mergestat / sqlq

sqlq is a SQL-backed, persistent, job queuing solution.
MIT License
2 stars 0 forks source link

Add introspection support to query metadata from sqlq #22

Open riyaz-ali opened 1 year ago

riyaz-ali commented 1 year ago

As of today, we have the ability to interact with the sqlq queue system by enqueuing jobs and interacting with the runtime to dequeue and execute those jobs.

This issue / feature request tracks the development of a way to interact with the system and query for meta information about it, such as, listing all queues, status and/or count of jobs in various states in those queues, and other metrics about the queue and the jobs.