issues
search
mosquito-cr
/
mosquito
A background task runner for crystal applications supporting periodic (CRON) and manually queued jobs
MIT License
227
stars
24
forks
source link
Adds mosquito api for interacting with queues
#153
Closed
robacarp
closed
2 weeks ago
robacarp
commented
2 weeks ago
Currently you can:
Get a list of queues
For each queue,
get the size of the queue (how many jobs are tracked total)
get the size detail of the queue (how many jobs in each state)
get a list of the jobs in the queue
Currently you can: