Commit ab4be2f
committed
Add DISABLE_SOLID_QUEUE environment variable
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.1 parent 4d01940 commit ab4be2f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
0 commit comments