You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows you to run Solid Queue as part of a puma cluster, by adding
```
plugin :solid_queue
```
to your Puma config.
It will boot up the Solid Queue supervisor, leaving it to manage the
scheduler and worker processes as normal.
If either Puma or the Solid Cache supervisor dies, the other will notice
and shut itself down.
On puma shutdown, it will signal Solid Queue to also shutdown.
0 commit comments