khepri 0.1.2
khepri: ^0.1.2 copied to clipboard
Laravel-style queues, jobs and workers for Maat applications.
0.1.2 #
- Require the Maat version that provides the string APIs used by queue identifiers.
0.1.1 #
- Add the package banner and icon used by pub.dev and the public repository.
0.1.0 #
- First release:
Job,JobRegistry, a versioned payload envelope, the database-backed queue with compare-and-swap reservation,dispatch(), the worker loop with retries, backoff and graceful shutdown, failed-job persistence, and thequeue:work,queue:failedandqueue:retrycommands.