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.
- exemple of failing job : delete_old_servers (#14041367006) · Jobs · Sylva-projects / sylva-elements / ci-tooling / runner aaS · GitLab
This MR aims to avoid cleanup script to break in such case.