Add DISABLE_SOLID_QUEUE environment variable#1579
Conversation
|
🎉 A review copy of this PR has been deployed! It is made of up two components Important Not all of the functionality of forms-runner is present in review apps. You should use the full dev environment to test the functionality which is disabled here. It may take 5 minutes or so for the application to be fully deployed and working. If it still isn't ready For the sign in details and more information, see the review apps wiki page. |
|
@theseanything if happy, could you please get this merged in, so we can start testing? |
Allow disabling solid queue puma plugin via environment variable. By default loads solid queue plugin in production mode unless DISABLE_SOLID_QUEUE is set to "true". This is used to disable the solid queue supervisor process from our web server ECS tasks. This allows us to test these changes in non-production environments. This is part of work moving the solid queue workers into a separate ECS task.
5822319 to
ab4be2f
Compare
|



Allow disabling solid queue puma plugin via environment variable.
By default loads solid queue plugin in production mode unless
DISABLE_SOLID_QUEUE is set to "true".
This is used to disable the solid queue supervisor process from
our web server ECS tasks. This allows us to test these changes
in non-production environments. This is part of work moving the
solid queue workers into a separate ECS task.