mergestat / sqlq

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

Allow for setting job priority when enqueuing a job #49

Closed patrickdevivo closed 1 year ago

patrickdevivo commented 1 year ago

Implement a WithPriority option for sqlq.Enqueue to allow for setting the priority of the job (and not use the queue priority)

patrickdevivo commented 1 year ago

Closing as duplicate of: https://github.com/mergestat/sqlq/issues/50