doitlater

Crates.iodoitlater
lib.rsdoitlater
version0.3.0
sourcesrc
created_at2021-07-13 21:27:53.080289
updated_at2023-12-15 17:33:21.529545
descriptionA simple Redis based background jobs queue.
homepage
repositoryhttps://github.com/tyrylu/doitlater
max_upload_size
id422464
size46,614
Lukáš Tyrychtr (tyrylu)

documentation

README

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.

Commit count: 41

cargo fmt