problem
if a deployment is working and system dies in between that deployment is stuck to in_progress, which might block future deployment queues
proposed solution
add a cleanup method to run on the start of the app, which will clean all the pending states, deployments, updates (already implemented)
problem
if a deployment is working and system dies in between that deployment is stuck to
in_progress, which might block future deployment queuesproposed solution
add a cleanup method to run on the start of the app, which will clean all the pending states, deployments, updates (already implemented)