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

#1296 in Database interfaces

Download history 5/week @ 2024-01-08 2/week @ 2024-01-15 2/week @ 2024-01-22 14/week @ 2024-01-29 40/week @ 2024-02-19 35/week @ 2024-02-26 10/week @ 2024-03-04 25/week @ 2024-03-11 4/week @ 2024-03-18 18/week @ 2024-03-25 62/week @ 2024-04-01

110 downloads per month

MIT license

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–13MB
~155K SLoC