* Add AUTO_LOG_IN environment variable
This will be used when running tests on CI, setting up demo instances
and with cypress vcr
* Auto log in in review apps, e2e tests
This will speed up tests/reviewing significantly
* Rename AUTO_LOG_IN to AUTO_LOGIN
Co-authored-by: Michael Matloka <dev@twixes.com>
* separate plugin worker for heroku
* plugin server for dev with less concurrency
* add back plugins script
* move beat log to beat
* move starting the beat into the celery worker
* add optional process types for plugins and celery
* premium redis for heroku review apps
* fix broken script
* proc/dyno names are alphanumeric
* singularize
* premium-0 redis for all heroku apps, not just review apps
* premium-0 redis also for review apps
* remove heroku redis modifications
* remove out of scope code
* run beat in bg
* Switch to the official Heroku Python buildpack
Previously `app.json` was configured to use a custom fork of the Heroku Python buildpack, rather than the official buildpack.
The changes between the two are:
https://github.com/heroku/heroku-buildpack-python/compare/main...timgl:master
This was presumably to pick up this fix:
693fcc85b9
...which was since fixed upstream in:
a98a87e1bc
* Run Prettier