Avoid cleanup job failure when server is not found

The `delete_old_servers` periodic cleanup job is regularly failing because of an instance can be detected as running but being already gone when the script is actually trying to delete it.

This MR aims to avoid cleanup script to break in such case.

Merge request reports

Loading