bullrs 0.0.3

A BullMQ compatible Job Queue based on Redis
Documentation
1
2
3
4
5

// If a job is dropped without `done()` or `failed()` called, it should
// not wait for the lock to expire but being marked as stalled quickly.
#[allow(dead_code)]
pub async fn dropped_to_failed() {}