Commit graph

143 commits

Author SHA1 Message Date
Aode (lion) bb29da02d2 versions 2021-11-17 12:34:19 -06:00
Aode (lion) 9dee94adc8 example: add long-running job 2021-11-17 12:33:24 -06:00
Aode (lion) a3485a1e3e actix: time running jobs 2021-11-17 12:33:15 -06:00
Aode (lion) aa9b89e33a core: add debug log when starting job 2021-11-17 12:32:54 -06:00
Aode (lion) f826a87a59 Return error when failing to spawn enqueue 2021-11-17 11:43:14 -06:00
Aode (lion) 1b673a13a0 Switch example to ActixJob 2021-11-17 11:29:53 -06:00
Aode (lion) 1f8ef7905d example: use in_arbiter APIs 2021-10-29 14:56:53 -05:00
Aode (lion) 95a7dcf6a6 shim: expose in_arbiter server builders 2021-10-29 14:56:08 -05:00
Aode (lion) c48d42ead6 actix: imlement restarting for ticker, workers if Arbiter is still live 2021-10-29 14:54:31 -05:00
Aode (lion) c93fec98a0 core: implement Clone for CachedProcessorMap<S> 2021-10-29 14:52:59 -05:00
Aode (Lion) e3bba29de4 Bump version 2021-10-06 21:21:34 -05:00
Aode (Lion) 5cd6a1b102 Warn about working closing on drop 2021-10-06 21:20:17 -05:00
Aode (Lion) 1266873f5d actix: simply start_in_arbiter 2021-10-06 21:12:16 -05:00
Aode (Lion) 1ce008e8c4 actix: Add start_in_arbiter_handle 2021-10-06 21:09:07 -05:00
Aode (Lion) 5828b3d68a Bump jobs-core version 2021-09-13 17:41:45 -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 7b071278bc Forward ActixJob constants to Job 2021-04-03 16:08:01 -05:00
asonix 4954406ba0 Remove explicit tokio dep in jobs-sled 2021-02-06 10:50:47 -06:00
asonix 0b0c91ebe4 jobs-core: bump version 2021-02-04 12:43:30 -06:00
asonix 3607816bc5 actix-example: use sled storage 2021-02-04 12:40:39 -06:00
asonix b5661fb8e6 jobs-core: remove futures dev-dep 2021-02-04 12:40:28 -06:00
asonix bd51c9d73d jobs-sled: revive it 2021-02-04 12:37:29 -06:00
asonix 928b6adb9b jobs-actix: remove rand dep 2021-02-04 12:37:12 -06: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 8817e8b679 Stable release 2020-09-13 19:38:13 -05: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 57e6a06f00 Remove actix actor dep from core 2020-04-23 13:23:09 -05:00
asonix ba1a9f422f Remove dependency on Actix Actors 2020-04-23 13:16:56 -05:00
asonix e52348a9ec Print job duration 2020-04-21 16:08:19 -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 799391811c Expose next_queue, add docs 2020-03-22 16:04:49 -05:00
asonix 0df808e97d Move timeout getter to JobInfo 2020-03-22 15:02:32 -05:00
asonix 17416cd892 Expose timeout, status, updated_at 2020-03-22 14:59:36 -05:00
asonix cc2d0fbf0d Uuid ids 2020-03-22 12:52:43 -05:00
asonix 1da4c7f64c Soften log levels again 2020-03-21 14:23:52 -05:00
asonix 3144b71abb Properly fetch jobs for memory storage 2020-03-21 14:19:16 -05:00
asonix 007d53b3c5 Lessen log levels, return unexecuted jobs 2020-03-21 14:10:29 -05:00
asonix aba91d70b9 If a job is not ready, put it back 2020-03-21 14:00:52 -05:00
asonix 587adfebab Add more logging around checkdb 2020-03-21 13:48:40 -05:00
asonix 248af5c783 Remove futures 0.1 dep, update sled 2020-03-21 12:18:15 -05:00
asonix f75c6b8eb5 Update sled 2020-03-21 11:50:24 -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