Skip to content

Releases: Simbiat/Cron

1.1.2+20210424

24 Apr 13:59
Compare
Choose a tag to compare

Fixed namespace for exceptions

1.1.1+20210424

24 Apr 13:51
Compare
Choose a tag to compare

Added missed update of initial object setting

1.1.0+20210424

24 Apr 13:20
Compare
Choose a tag to compare

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

17 Apr 17:13
Compare
Choose a tag to compare

Initial release