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
Currently we have a cron job where we run some migrations like this. But the problem is that these keep running over and over rather than just once.
And these migrations cannot run in the regular alembic DB migrations at startup because the startup would take too long and it would time out. Then the server gets into a restart loop and cannot start.
The text was updated successfully, but these errors were encountered:
Currently we have a cron job where we run some migrations like this. But the problem is that these keep running over and over rather than just once.
And these migrations cannot run in the regular alembic DB migrations at startup because the startup would take too long and it would time out. Then the server gets into a restart loop and cannot start.
The text was updated successfully, but these errors were encountered: