-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem Deleted Instance not stopping - monitor_payment
Make monitory_payment never stop = Problem Reported by user “Roby” on Telegram with his own CRN and VMs. PAYG Instance he had deleted from the web frontend never stopped running. = Analysis After some investigation and dicussion with the user, the probable cause is that the monitor payment task has crashed and stopped. Thus VM didn’t get stopped anymore this way. (when forgotten or failing payment) Upon investigation there is no error handling over the whole task thus in case of uncatched exception the whole task stopped. = Solution Wrap the monitor_payment task around a try_catch so it never stop running
- Loading branch information
Showing
1 changed file
with
64 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters