homie-gg / homie

1 stars 0 forks source link

fix(Queues): add high priority queue #189

Closed mikewuu closed 2 months ago

mikewuu commented 2 months ago

closes #116

Adds the ability to define multiple queues. We're adding a high queue to handle high priority tasks, such as refreshing tokens so that they never get stalled and expire.

This PR also updates docker-compose to automatically launch worker & dashboard on start, as well as adds a health check / to workers.