AdamEr8 / cibus-budget-utilizer

MIT License
2 stars 0 forks source link

[Error Handling]: make sure the process exits with an error code #22

Open AdamEr8 opened 1 year ago

AdamEr8 commented 1 year ago

We currently use exit() which should terminate gracefully. We want a failed run to return a failure, so we can use Azure Function Alerts to know something failed.