homie-gg / homie

1 stars 0 forks source link

fix(Homie): add high priority queue #116

Closed mikewuu closed 2 months ago

mikewuu commented 3 months ago

Currently the default queue is set to 5 concurrent workers. This might cause issues if 5 long running tasks are waiting, and critical tasks (such as token refreshes) are delayed.

This task is to introduce another queue: high