Commit graph

205 commits

Author SHA1 Message Date
54b0b0fb0e jobs-core: Replace Stats with metrics 2022-11-19 14:38:47 -06:00
9c77c20883 clippy 2022-11-17 23:55:29 -06:00
51afbc89ce clippy 2022-11-17 23:50:24 -06:00
8267df8311 Explicitly drop arbiters, use notify_waiters not notify_one 2022-11-17 23:48:54 -06:00
2b6e1b3be3 Remove unused num_cpus dep 2022-11-17 22:42:03 -06:00
1ddfd7ef54 Update readme 2022-09-28 17:51:54 -05:00
250d2f0a33 Ensure memory storage timer works 2022-07-02 14:03:26 -05:00
1ac3c0bc86 Remove concept of ticking, instead wait for jobs 2022-07-02 13:42:17 -05:00
bf65fe802a Remove chrono, use std time types for public api 2022-01-17 17:45:24 -06:00
637842d298 Don't log job arguments 2021-11-22 19:03:19 -06:00
85278110ce Prepare 0.11 2021-11-22 18:29:12 -06:00
8c3f83c275 Add job timing 2021-11-17 12:53:49 -06:00
3eb23fb7a1 Remove unneeded clone 2021-11-17 11:53:11 -06:00
70ab459ae9 actix: Move QueueHandle to StateFn argument 2021-10-29 19:19:04 -05:00
db9af6a3b8 Remove server creation free functions 2021-10-29 18:52:32 -05:00
cff996d1f1 Introduce a manager to keep workers alive 2021-10-29 17:07:01 -05:00
7002366d67 Attempt restarting ticker, workers in live arbiters 2021-10-29 15:20:04 -05:00
7e1e89e777 2021 2021-10-21 16:31:29 -05:00
e6ecf3aa67 Use JoinHandle to transfer result 2021-10-11 18:49:39 -05:00
461c9e5ed2 Port warn on drop from 0.9.x 2021-10-06 21:29:34 -05:00
c0ce6f303e Move more out of spawned tasks 2021-10-06 20:31:27 -05:00
cce5a97306 Don't have long-running spans 2021-09-21 12:02:58 -05:00
1d30a9472c Allow jobs to wrap themselves in their own span 2021-09-21 10:32:48 -05:00
fbd614474f Relicense 2021-09-21 10:17:24 -05:00
68a80085de Remove lingering .enter calls 2021-09-17 17:09:55 -05:00
ba60a5cbe0 Replace log with tracing 2021-09-16 17:50:32 -05:00
5828b3d68a Bump jobs-core version 2021-09-13 17:41:45 -05:00
5ebc1bd674 Handle panicking jobs 2021-09-13 17:40:49 -05:00
a2c149e406 Bump env-logger in example 2021-06-24 11:50:20 -05:00
7b071278bc Forward ActixJob constants to Job 2021-04-03 16:08:01 -05:00
4954406ba0 Remove explicit tokio dep in jobs-sled 2021-02-06 10:50:47 -06:00
0b0c91ebe4 jobs-core: bump version 2021-02-04 12:43:30 -06:00
3607816bc5 actix-example: use sled storage 2021-02-04 12:40:39 -06:00
b5661fb8e6 jobs-core: remove futures dev-dep 2021-02-04 12:40:28 -06:00
bd51c9d73d jobs-sled: revive it 2021-02-04 12:37:29 -06:00
928b6adb9b jobs-actix: remove rand dep 2021-02-04 12:37:12 -06:00
be513dae1e Update to actix-rt 2.0.0 2021-02-03 16:32:56 -06:00
2cb81ee743 Carry Arbiter in QueueHandle to allow spawning from off the runtime 2021-01-06 12:24:27 -06:00
8817e8b679 Stable release 2020-09-13 19:38:13 -05:00
57761f3609 Use a better mutex 2020-05-21 22:01:20 -05:00
77999cf295 Clippy nits 2020-04-25 17:12:43 -05:00
57e6a06f00 Remove actix actor dep from core 2020-04-23 13:23:09 -05:00
ba1a9f422f Remove dependency on Actix Actors 2020-04-23 13:16:56 -05:00
e52348a9ec Print job duration 2020-04-21 16:08:19 -05:00
f1c4709e41 Expose schedule in queuehandle, expose dev types in main lib 2020-04-21 12:04:18 -05:00
f8fa1bb5ef Update docs 2020-04-20 19:42:39 -05:00
759ccf018b Eliminate Processor 2020-04-20 19:30:56 -05:00
ca1c073666 Add ActixJob to handle spawinging ?Send futures 2020-03-30 10:36:49 -05:00
799391811c Expose next_queue, add docs 2020-03-22 16:04:49 -05:00
0df808e97d Move timeout getter to JobInfo 2020-03-22 15:02:32 -05:00