Skip to content

v4.4.1

Compare
Choose a tag to compare
@PeterJCLaw PeterJCLaw released this 11 Feb 10:05
· 127 commits to master since this release

Makes the background CronScheduler thread resilient to errors which happen during its tick function. Previously these errors would bubble to the top of the thread, causing it to exit. As the master process doesn't monitor the cron thread this would result in no cron tasks being enqueued until the master was restarted.