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
Part of RaspberryPiFoundation/digital-editor-issues#1133
We're currently running with a single process (puma web worker) which may mean a single long running request can block our server and cause other requests to fail.
Now we have upgraded to a performance dyno, we have enough RAM to run web workers (Heroku recommends using 2). I've make this configurable (starting with 1) so that it's easier to change (which we would need to do if we are RAM constrained).
0 commit comments