Commit graph

64 commits

Author SHA1 Message Date
asonix 6cec89361c Update examples to use new api 2024-01-07 22:48:38 -06:00
asonix 21c98d607f Update metrics 2024-01-07 12:30:04 -06:00
asonix c275bc7ef6 all: update metrics 2023-04-27 19:29:46 -05:00
asonix 4d4a70d290 Add comments to example 2023-03-22 22:17:41 -05:00
asonix fa395efbae Add metrics example 2023-03-22 22:16:13 -05:00
asonix 447aaf3092 examples: bump deps 2022-11-19 14:41:31 -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) 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) 7e1e89e777 2021 2021-10-21 16:31:29 -05:00
Aode (Lion) c0ce6f303e Move more out of spawned tasks 2021-10-06 20:31:27 -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
Aode (Lion) 5ebc1bd674 Handle panicking jobs 2021-09-13 17:40:49 -05:00
asonix a2c149e406 Bump env-logger in example 2021-06-24 11:50:20 -05:00
asonix 3607816bc5 actix-example: use sled storage 2021-02-04 12:40:39 -06:00
asonix be513dae1e Update to actix-rt 2.0.0 2021-02-03 16:32:56 -06:00
asonix 8817e8b679 Stable release 2020-09-13 19:38:13 -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 f8fa1bb5ef Update docs 2020-04-20 19:42:39 -05:00
asonix 759ccf018b Eliminate Processor 2020-04-20 19:30:56 -05:00
asonix 248af5c783 Remove futures 0.1 dep, update sled 2020-03-21 12:18:15 -05:00
asonix 2fe8e9885c Move job back to named Future associated type 2020-03-21 09:44:38 -05:00
asonix 076a30d61c Remove unchanged default const 2020-03-20 22:13:53 -05:00
asonix b40dc7dc93 Introduce job timeout 2020-03-20 22:04:23 -05:00
asonix 74ac3a9b61 Update to new futures, new actix 2020-03-20 21:31:03 -05:00
asonix f254b24814 Bump version for new sled 2019-10-28 18:47:23 -05:00
asonix a5b2a3e8dd Prepare jobs-sled for release 2019-09-22 12:41:13 -05:00
asonix b017803b74 Use stable sled-extensions 2019-09-16 20:31:11 -05:00
asonix 9c8a8dcfc9 Update sled 2019-09-08 18:59:21 -05:00
asonix 89eb549c44 Update example, readme 2019-05-27 20:35:02 -05:00
asonix 1f10095269 Make background-jobs simpler to use 2019-05-27 19:01:21 -05:00
asonix 645041fbac Update example, maybe look into ProcessorExt trait for Actix 2019-05-27 12:42:07 -05:00
asonix 6cd5344b7b Hide generics behind Box<dyn Trait> 2019-05-27 12:29:11 -05:00
asonix 875eec57dd Bump versions 2019-05-25 16:41:58 -05:00
asonix d3987768a5 Update readme, main repo docs 2019-05-25 16:15:09 -05:00
asonix 2968ba5360 Drop tokio 2019-05-23 22:25:00 -05:00
asonix d1aeb6c139 Bump actix 2019-05-21 15:04:06 -05:00
asonix a7b494ca39
Prepare release 2018-12-16 13:44:25 -06:00
asonix a22d10242a
Fix jobs-server 2018-12-16 13:14:46 -06:00
asonix d266315f1f
Add jobs-actix 2018-12-16 12:43:44 -06:00
asonix 6e79341b38
Add scheduled jobs, fix spawning non-default jobs 2018-12-13 11:08:28 -06:00
asonix 4f2530d485 Add application state 2018-11-18 15:05:03 -06:00
asonix 58f794dc55 Update docs, use associated constants, add queue_sync 2018-11-18 08:45:12 -06:00