Noticed an issue with deployments timing out where another backup is running prior.
Example, a deployment starts at 12:01pm , at 12:00pm the hourly backup started, and this takes let’s say 10 minutes to run.
The Otto backup schedule waits for the other one to finish, by the time that happens, it throws a timeout error. Furthermore, it does not tidy up after itself and the backup schedule created is not removed.