Commit graph

243 commits

Author SHA1 Message Date
cb4124b282 jobs-actix: handle storage api change 2024-01-08 16:28:18 -06:00
3045f003b7 jobs-core: remove JobStatus, constify some methods, return whether job is finished in complete 2024-01-08 16:27:46 -06:00
6cec89361c Update examples to use new api 2024-01-07 22:48:38 -06:00
c00f739cdc Update exports 2024-01-07 22:48:17 -06:00
a39cb084d2 Rework sled for new api 2024-01-07 22:46:47 -06:00
d1d578aa97 Remove actix-job, make ActixSpawner public 2024-01-07 22:46:30 -06:00
0cd0f91369 Fix fetching next timestamp, make more things public 2024-01-07 22:45:48 -06:00
496c40ddd4 Remove UnwindSafe bound on Unsend jobs 2024-01-07 18:54:14 -06:00
4809c123c2 Reimplement job storage 2024-01-07 18:52:09 -06:00
21c98d607f Update metrics 2024-01-07 12:30:04 -06:00
c275bc7ef6 all: update metrics 2023-04-27 19:29:46 -05:00
8bb0aa03e0 metrics: add README 2023-03-22 22:27:05 -05:00
193c02aa73 Split metrics into crate 2023-03-22 22:26:30 -05:00
4d4a70d290 Add comments to example 2023-03-22 22:17:41 -05:00
fa395efbae Add metrics example 2023-03-22 22:16:13 -05:00
1d1d2047db Initial metrics implementaiton 2023-03-22 21:59:37 -05:00
218436e170 actix: bump version 2022-12-13 23:13:42 -06:00
5f3454055c core: bump version 2022-12-13 23:12:35 -06:00
ee91b27933 actix: Improve tracing 2022-12-13 23:07:03 -06:00
1a835863d4 core: Improve tracing 2022-12-13 23:06:29 -06:00
d276aa2cfe actix: bump version 2022-12-12 11:04:41 -06:00
d8eb52d1f7 actix: Add logs around drop logic 2022-12-12 11:04:26 -06:00
b641c29885 actix: bump version 2022-12-12 10:38:23 -06:00
a22eeb8436 core: bump version 2022-12-12 10:38:16 -06:00
45c5bb946c actix: simplify worker & server implementations 2022-12-12 10:37:11 -06:00
8af4af8374 core: Add tracing around requesting jobs 2022-12-12 10:36:04 -06:00
21b5a42f67 core: Bump version 2022-12-09 17:40:20 -06:00
ba8899bed8 core: Paranoid no-lock-in-async 2022-12-09 17:39:30 -06:00
9869fe7cb3 Add back ArbiterDropper 2022-11-19 21:44:17 -06:00
1a9efc8a49 actix: bump version 2022-11-19 17:42:12 -06:00
be03db242d core: bump version 2022-11-19 17:42:05 -06:00
e9c8651728 actix: don't misuse gauges 2022-11-19 17:41:32 -06:00
ecb9cae3c1 core: don't misuse gauges 2022-11-19 17:41:20 -06:00
63e89fe645 readme: bump version 2022-11-19 14:41:42 -06:00
447aaf3092 examples: bump deps 2022-11-19 14:41:31 -06:00
8c09da73d6 facade: Remove Stats 2022-11-19 14:41:09 -06:00
02733ecc8f jobs-sled: remove Stats 2022-11-19 14:40:39 -06:00
3c34d66e48 jobs-actix: simplify manager, add _with_threads option, add metrics 2022-11-19 14:40:23 -06:00
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