10 releases

0.2.6 Apr 11, 2023
0.2.4 Mar 18, 2023
0.2.2 Nov 3, 2022
0.2.1 Jul 23, 2022
0.1.0 Jul 13, 2021

#425 in Database interfaces

Download history 48/week @ 2023-02-14 69/week @ 2023-02-21 40/week @ 2023-02-28 24/week @ 2023-03-07 69/week @ 2023-03-14 15/week @ 2023-03-21 60/week @ 2023-03-28 51/week @ 2023-04-04 89/week @ 2023-04-11 21/week @ 2023-04-18 35/week @ 2023-04-25 44/week @ 2023-05-02 32/week @ 2023-05-09 16/week @ 2023-05-16 62/week @ 2023-05-23 53/week @ 2023-05-30

173 downloads per month

MIT license

14KB
304 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–31MB
~557K SLoC