for a newly created server, I want to execute a task with 30 seconds countdown (delay) to update the server status. If after update, status is None or 'new' - send the same task with countdown 30 seconds. Do it no more than 5 times. If status changes to 'active' run a setup task to install all the needed software to run python apps.
On server creation page, when button for server creation is clicked – disable the creation button and display some animation/indication that creation is in progress (visual feedback).
From server list, when clicking on a server that was deleted in digital ocean, instead of exception and error I want server information being updated and server.status be set to ‘deleted’