Crates.io | later |
lib.rs | later |
version | 0.0.10 |
source | src |
created_at | 2022-07-12 21:00:51.495747 |
updated_at | 2022-08-16 17:03:49.165139 |
description | Distributed Background jobs manager and runner for Rust |
homepage | |
repository | https://github.com/mustakimali/later |
max_upload_size | |
id | 624707 |
size | 98,111 |
A distributed background job manager and runner for Rust. This is currently in PoC stage.
Look at the documentations for details. In general the one time setup involves:
later
and required dependenciesFire and forget jobs are executed only once and executed by an available worker almost immediately.
One or many jobs are chained together to create an workflow. Child jobs are executed only when parent job has been finished.
Just like fire and forget jobs that starts after a certain interval.
(wip)
Run recurring jobs based on cron schedule.
To fix: to delete recurring job.
This is PoC at this moment. Upcoming features are