Recently SolidQueue introduced a change that changed the default name for their configuration file. This PR renames the file from solifd_queue.yml to queue.yml to match the new expected default
Also I'm attempting to add a queue for migration and another for mailers and set their priority so that OTP password emails still get sent from the migration env when there's a ton of migration jobs queued and running
Recently SolidQueue introduced a change that changed the default name for their configuration file. This PR renames the file from
solifd_queue.yml
toqueue.yml
to match the new expected default Also I'm attempting to add a queue formigration
and another formailers
and set their priority so that OTP password emails still get sent from the migration env when there's a ton of migration jobs queued and running