Skip to content

Catch any exception if an appserver fails to spawn.

Uman Shahzad requested to merge uman/catch-any-exception into master

Otherwise workers will completely drop the task and the instance redeployment management command will not be able to recognize if an ongoing instance has actually failed, since the ongoing tag will remain.

Test instructions:

Bring this to prod where we're currently facing issues with provisioning S3 on the first try, run the instance redeployment command, and notice that now the low prio workers no longer completely drop all work after failing to provision S3.

Merge request reports