Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix executions that stomped on each other | Tom Ritter | 2017-11-11 | 1 | -2/+18 |
| | | | | | | | | | | | | Every hour I would fire off two executions: the minute execution and the hour execution. Each would read the statefile on start. Whichever execution took longer would overwrite the state file with the data that was present for the other's execution upon start. This would manifest as extra notifications if the starts aligned - because the 'I already sent a notification' member update wasn't being persisted. This fixes it by only performing one execution at any given time, but knowing to run all the relevant jobs for that type of execution. AKA When I run the hourly job I also run the minute jobs. Another problem related to this one is logged in #1 - minute executions that take longer than a minute will also cause this type of error. | ||||
* | Support logging to a logfile | Tom Ritter | 2017-02-10 | 1 | -4/+11 |
| | |||||
* | Log exceptions during run. | Tom | 2016-09-14 | 1 | -1/+2 |
| | |||||
* | Add a new nomail commandline option for debugging | Tom | 2016-09-14 | 1 | -2/+7 |
| | |||||
* | If we get an error somewhere in the code, record it as a failure for our ↵ | Tom Ritter | 2016-05-09 | 1 | -3/+6 |
| | | | | peers to report. | ||||
* | Add day and daily at noon options | Tom Ritter | 2016-01-26 | 1 | -1/+1 |
| | |||||
* | Add a server identifier to the settings file. | Tom Ritter | 2016-01-26 | 1 | -1/+2 |
| | |||||
* | Read the config file from the absolute path. | Tom Ritter | 2016-01-25 | 1 | -1/+4 |
| | |||||
* | Fix redundant setLog call | Tom Ritter | 2016-01-25 | 1 | -1/+0 |
| | |||||
* | Initial commit of checker | Tom Ritter | 2016-01-25 | 1 | -0/+70 |