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
With the Frontend on Heroku, we have an easier way to turn it on and off. The following CLI commands will do it, but we need to operate on a schedule for EoE and London potentially to reduce costs.
# To start it:
$ heroku ps:scale worker=1 -a my-application
# To stop it:
$ heroku ps:scale worker=0 -a my-application
The task then is to run these commands at the needed times.
The text was updated successfully, but these errors were encountered:
With the Frontend on Heroku, we have an easier way to turn it on and off. The following CLI commands will do it, but we need to operate on a schedule for EoE and London potentially to reduce costs.
The task then is to run these commands at the needed times.
The text was updated successfully, but these errors were encountered: