Commit graph

71 commits

Author SHA1 Message Date
asonix 141db9afc8 Remove anyhow 2024-02-04 23:35:47 -06:00
asonix ab6ab53b9a actix: fix docs, namespace metrics 2024-01-13 16:37:44 -05:00
asonix 42bc58bc94 jobs-actix: avoid warning when not(tokio_unstable) 2024-01-10 21:15:03 -06:00
asonix 495977b8d8 jobs-actix: spawn with task names 2024-01-10 21:11:45 -06:00
asonix 5e25b2f11d jobs-actix: use configured heartbeat interval 2024-01-10 15:09:49 -06:00
asonix 2727645ca9 Add heartbeat loop to jobs-actix 2024-01-09 18:06:28 -06:00
asonix e02de4a153 Add Send and Sync to Server Deref 2024-01-08 16:53:14 -06:00
asonix dc3f7b2c62 Remove dependency on tracing-futures 2024-01-08 16:37:32 -06:00
asonix cb4124b282 jobs-actix: handle storage api change 2024-01-08 16:28:18 -06:00
asonix d1d578aa97 Remove actix-job, make ActixSpawner public 2024-01-07 22:46:30 -06:00
asonix 496c40ddd4 Remove UnwindSafe bound on Unsend jobs 2024-01-07 18:54:14 -06:00
asonix 4809c123c2 Reimplement job storage 2024-01-07 18:52:09 -06:00
asonix 21c98d607f Update metrics 2024-01-07 12:30:04 -06:00
asonix ee91b27933 actix: Improve tracing 2022-12-13 23:07:03 -06:00
asonix d8eb52d1f7 actix: Add logs around drop logic 2022-12-12 11:04:26 -06:00
asonix 45c5bb946c actix: simplify worker & server implementations 2022-12-12 10:37:11 -06:00
asonix 9869fe7cb3 Add back ArbiterDropper 2022-11-19 21:44:17 -06:00
asonix e9c8651728 actix: don't misuse gauges 2022-11-19 17:41:32 -06:00
asonix 3c34d66e48 jobs-actix: simplify manager, add _with_threads option, add metrics 2022-11-19 14:40:23 -06:00
asonix 51afbc89ce clippy 2022-11-17 23:50:24 -06:00
asonix 8267df8311 Explicitly drop arbiters, use notify_waiters not notify_one 2022-11-17 23:48:54 -06:00
Aode (lion) 250d2f0a33 Ensure memory storage timer works 2022-07-02 14:03:26 -05:00
Aode (lion) 1ac3c0bc86 Remove concept of ticking, instead wait for jobs 2022-07-02 13:42:17 -05:00
Aode (Lion) bf65fe802a Remove chrono, use std time types for public api 2022-01-17 17:45:24 -06:00
Aode (lion) 8c3f83c275 Add job timing 2021-11-17 12:53:49 -06:00
Aode (lion) 3eb23fb7a1 Remove unneeded clone 2021-11-17 11:53:11 -06:00
Aode (lion) 70ab459ae9 actix: Move QueueHandle to StateFn argument 2021-10-29 19:19:04 -05:00
Aode (lion) db9af6a3b8 Remove server creation free functions 2021-10-29 18:52:32 -05:00
Aode (lion) cff996d1f1 Introduce a manager to keep workers alive 2021-10-29 17:07:01 -05:00
Aode (lion) 7002366d67 Attempt restarting ticker, workers in live arbiters 2021-10-29 15:20:04 -05:00
Aode (Lion) 461c9e5ed2 Port warn on drop from 0.9.x 2021-10-06 21:29:34 -05:00
Aode (Lion) c0ce6f303e Move more out of spawned tasks 2021-10-06 20:31:27 -05:00
Aode (Lion) cce5a97306 Don't have long-running spans 2021-09-21 12:02:58 -05:00
Aode (lion) 68a80085de Remove lingering .enter calls 2021-09-17 17:09:55 -05:00
Aode (lion) ba60a5cbe0 Replace log with tracing 2021-09-16 17:50:32 -05:00
asonix be513dae1e Update to actix-rt 2.0.0 2021-02-03 16:32:56 -06:00
asonix 2cb81ee743 Carry Arbiter in QueueHandle to allow spawning from off the runtime 2021-01-06 12:24:27 -06:00
asonix 57761f3609 Use a better mutex 2020-05-21 22:01:20 -05:00
asonix 77999cf295 Clippy nits 2020-04-25 17:12:43 -05:00
asonix ba1a9f422f Remove dependency on Actix Actors 2020-04-23 13:16:56 -05:00
asonix f1c4709e41 Expose schedule in queuehandle, expose dev types in main lib 2020-04-21 12:04:18 -05:00
asonix 759ccf018b Eliminate Processor 2020-04-20 19:30:56 -05:00
asonix ca1c073666 Add ActixJob to handle spawinging ?Send futures 2020-03-30 10:36:49 -05:00
asonix cc2d0fbf0d Uuid ids 2020-03-22 12:52:43 -05:00
asonix 007d53b3c5 Lessen log levels, return unexecuted jobs 2020-03-21 14:10:29 -05:00
asonix 587adfebab Add more logging around checkdb 2020-03-21 13:48:40 -05:00
asonix 5a0f9c0d5d Bring back checkdb for polling newly available tasks 2020-03-21 10:11:27 -05:00
asonix 2fe8e9885c Move job back to named Future associated type 2020-03-21 09:44:38 -05:00
asonix 4514db49ee Update docs 2020-03-20 22:24:31 -05:00
asonix 74ac3a9b61 Update to new futures, new actix 2020-03-20 21:31:03 -05:00