keylimetoolbox / resque-kubernetes

Run Resque (and ActiveJob) workers as Kubernetes Jobs and autoscale from 0!
MIT License
54 stars 15 forks source link

Fix missing queue_as #31

Closed eilers closed 3 months ago

eilers commented 5 months ago

Job needs to be placed into the same queue as it is defined in the QUEUE environment variable. Otherwise it will not be processed and lay around as pending

jeremywadsack commented 3 months ago

@eilers Thanks for the fix to the docs.