Filter by State of the app
-
@mehdi this is my use case : I have 20 minutes for maintenance, I want to login into one cloudron, filter app by states, take care of stalled or error states and voila
get into another cloudron and do the same without having to scroll to check if all apps/domains are running fine..I'm not very fond of more emails
maybe I should write a simple cloudron cli cron-job that restart apps if stuck in error states
100% of the time those app should be running and 100% of the time restarting the app fix whatever stalled the task in the first place..I guess that's where having alerts via api/webhooks could be a better way to automate this kind of maintenance tasks when handling hundreds of apps
-
@rmdes
I posted about this in another thread.. I wanted a status at the top of the Admin panel that shows how many are running, how many are not and have those numbers be clickable as a filter to list the ones affected.Since we're all about automation here, we don't really need a lot of new UI for things that should be automated. Restarts are automatable, it just gives up too soon during an error/timeout/whatever happened.
Adding a backoff timer for App restart will resolve 99% of issues without manual intervention at all.
There's your 20m back.
For those apps that fail to restart after 3 tries, a more reliable notification would be good.