Skip to content

oobmigrations: Run in `worker`, not `frontend`

Warren Gifford requested to merge ef/move-oob-migrations into main

Created by: efritz

There's no reason to do backround work in our API servers, especially since this is work that puts some consistent load on the database when running. Let's move it to a place where the horizontal scalability is controlled and not directly controlled by concurrent user count.

Environment variables that move from frontend to worker:

Merge request reports

Loading