geofmureithi / apalis

Simple, extensible multithreaded background job and message processing library for Rust
https://crates.io/crates/apalis
MIT License
457 stars 41 forks source link

how to list of jobs that not yet ran? #382

Open cometta opened 2 months ago

cometta commented 2 months ago

which method to call to list all jobs that not yet ran so that i can fetch the info using fetch_by_id?

geofmureithi commented 2 months ago

Check out apalis-board. It should help with that. Its a WIP though.