12 releases
0.3.0 | Dec 15, 2023 |
---|---|
0.2.7 | Oct 8, 2023 |
0.2.6 | Apr 11, 2023 |
0.2.4 | Mar 18, 2023 |
0.1.0 | Jul 13, 2021 |
#17 in #job-scheduling
87 downloads per month
14KB
305 lines
Doitlater
This is a very simple background job queue implementation using Redis as the storage medium. It, as of now, supports simple one-shot tasks without retries and a cron-like scheduled jobs, note however that a failure of an instance may break the job scheduling.
Usage
The best way how to learn the usage patterns are likely the examples in this repository. Note that for now you must include the typetag dependency explicitly, if someone finds a way how to reexport the macro without breaking it, a PR will be appreciated.
Dependencies
~5–12MB
~130K SLoC