Commit graph

50 commits

Author SHA1 Message Date
asonix 141db9afc8 Remove anyhow 2024-02-04 23:35:47 -06:00
asonix a0c924a4f3 Document available features 2024-01-18 13:10:30 -05:00
asonix c1d7d9e750 Update cargo tomls 2024-01-18 12:58:59 -05:00
asonix 56291a91f8 Expose all subcrates 2024-01-13 16:58:33 -05:00
asonix 0f8b279e3f Start building jobs-postgres 2024-01-09 23:16:35 -06:00
asonix 6db1d78192 facade: expose MetricsStorage 2024-01-08 16:29:50 -06:00
asonix c00f739cdc Update exports 2024-01-07 22:48:17 -06:00
asonix c275bc7ef6 all: update metrics 2023-04-27 19:29:46 -05:00
asonix 193c02aa73 Split metrics into crate 2023-03-22 22:26:30 -05:00
asonix 1d1d2047db Initial metrics implementaiton 2023-03-22 21:59:37 -05:00
asonix 8c09da73d6 facade: Remove Stats 2022-11-19 14:41:09 -06:00
Aode (lion) 250d2f0a33 Ensure memory storage timer works 2022-07-02 14:03:26 -05:00
Aode (Lion) bf65fe802a Remove chrono, use std time types for public api 2022-01-17 17:45:24 -06: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
asonix f1c4709e41 Expose schedule in queuehandle, expose dev types in main lib 2020-04-21 12:04:18 -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 ca1c073666 Add ActixJob to handle spawinging ?Send futures 2020-03-30 10:36:49 -05:00
asonix 2fe8e9885c Move job back to named Future associated type 2020-03-21 09:44:38 -05:00
asonix 74ac3a9b61 Update to new futures, new actix 2020-03-20 21:31:03 -05:00
asonix b023978cf1 Bump readme, lib docs 2019-09-22 13:13:05 -05:00
asonix ee5c5723c9 Clean examples 2019-09-22 12:49:28 -05:00
asonix ffa61b3c33 Add Every, a tool to create recurring jobs 2019-05-27 19:23:25 -05:00
asonix 1f10095269 Make background-jobs simpler to use 2019-05-27 19:01:21 -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 5b13908886 2019 2019-05-25 15:26:12 -05:00
asonix f2a694879c Revamp background-jobs with pluggable backends 2019-05-25 15:22:26 -05:00
asonix edd63abf0f Relax bounds 2019-05-23 22:41:34 -05:00
asonix fcfc85cb69
Add statistics, and expose them through jobs-actix 2018-12-18 16:50:47 -06:00
asonix a7b494ca39
Prepare release 2018-12-16 13:44:25 -06:00
asonix d266315f1f
Add jobs-actix 2018-12-16 12:43:44 -06:00
asonix 8a78f9e129 Bump KV dep 2018-11-19 20:38:45 -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
asonix cf6ede67ea Add documentation, license info, Make API cleaner 2018-11-17 19:39:04 -06:00
asonix 6ae02e08cb Delete actix and tokio examples 2018-11-17 16:59:16 -06:00
asonix c8f1f6cd34 Mark jobs staged, not running
Clear staged jobs on startup
2018-11-16 19:10:45 -06:00
asonix dbb8144673 Use Push and Pull to transmit jobs. No more req/rep issues 2018-11-10 15:58:19 -06:00
asonix e70a6b80e4 Make jobs processor accessible over a network 2018-11-07 23:47:11 -06:00
asonix afff778309 Split core into multiple files 2018-11-07 20:20:30 -06:00
asonix 5c8b50643d Make actix handler and frontend 2018-11-07 19:50:21 -06:00
asonix a9b294d39e Fix deadlocks in Storage methods 2018-11-06 20:01:43 -06:00
asonix d8ff979616 Start putting tokio executor together 2018-11-04 20:13:06 -06:00
asonix 01f593de8a Add max retry count 2018-06-28 19:58:17 -05:00
asonix 60569fc384 Clean a bit 2018-06-28 19:36:41 -05:00
asonix 17fefd0224 Initial futures-based job processor 2018-06-28 19:08:00 -05:00