Skip to content
Snippets Groups Projects
Commit 22548a6b authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Add a (disabled) exception to test the exponential backoff behaviour.

parent cce8b3f6
No related branches found
No related tags found
No related merge requests found
...@@ -483,6 +483,8 @@ namespace AutoTx ...@@ -483,6 +483,8 @@ namespace AutoTx
/// Do the main tasks of the service, check system state, trigger transfers, ... /// Do the main tasks of the service, check system state, trigger transfers, ...
/// </summary> /// </summary>
private void RunMainTasks() { private void RunMainTasks() {
// throw new Exception("just a test exception from RunMainTasks");
// mandatory tasks, run on every call: // mandatory tasks, run on every call:
SendLowSpaceMail(SystemChecks.CheckFreeDiskSpace(_config.SpaceMonitoring)); SendLowSpaceMail(SystemChecks.CheckFreeDiskSpace(_config.SpaceMonitoring));
UpdateServiceState(); UpdateServiceState();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment