oobmigrations: Run in `worker`, not `frontend`
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
: