Releases: Simbiat/Cron
Releases · Simbiat/Cron
1.1.2+20210424
Fixed namespace for exceptions
1.1.1+20210424
Added missed update of initial object setting
1.1.0+20210424
Limit number of simultaneous threads.
To update from previous release, run this command on your database (replace prefix in the table name, if needed):
INSERT INTO `cron__settings` (`setting`, `value`, `description`) VALUES ('maxthreads', 4, 'Maximum number of simultanious threads to run');
1.0.0+20210417
Initial release