-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Describe the bug
When a plotter runs out of space on it's outdrives, no Discord message is sent, even though the parameters have been set.
To Reproduce
Run the plotter, let the outdrive fill up. The script will terminate with an error, but no message is sent on Discord.
"SpawnerAlerts": [ { "DiscordWebhookURL": "https://discord.com/api/webhooks/99356657162297675677796/7_BZdVY0-lvhKhsb4EXw1E56bykHhDVu8FIJTPZVTTLdoBamLM6lBG_r3d_3pTauyttu", "WhenJobSpawned": "true", "WhenNoOutDrivesAvailable": "true", "WhenJobCouldNotBeSpawned": "true", "PeriodOfReportInHours": "24" } ]
Expected behavior
When the PlotoFy runs out of space, send a message to Discord!
I think it would be better if PlotoFy stayed in a loop, and sending a HELP message to discord every hour or so. Then when space is freed up, it could just continue where it left off.