Skip to content

Releases: webtoolsnz/yii2-scheduler

0.1.19: Stop unwanted outputbuffing notice

08 Jun 02:53
f33b7fb
Compare
Choose a tag to compare
> If the function fails it generates an E_NOTICE.

prevent notice as this will break the error catching.

Fix php notice when no error exists

04 Mar 03:36
7e51895
Compare
Choose a tag to compare
0.1.18

Notice generated when $error is null

0.1.17

05 Dec 03:53
b4c8b76
Compare
Choose a tag to compare
Exception->getName() isn't standard.

0.1.16

22 Oct 03:20
cf7fbb2
Compare
Choose a tag to compare

Adding Improved error handling:

  • Full stack trace now provided in output
  • TASK_FAILURE event now supported, so you can easily detect failures and trigger notifications

Fix overdue checking

24 Jan 01:35
Compare
Choose a tag to compare
Merge pull request #7 from webtoolsnz/BG911

Fix overdue calculation

Add failover for overdue task

23 Jan 23:31
Compare
Choose a tag to compare
Merge pull request #6 from webtoolsnz/BG911

Add failover for overdue task

Database locking

31 Oct 03:56
Compare
Choose a tag to compare

Had some issues in production (tasks running twice) - introduced database locking by default to prevent it happening rather than investigating the cause.

Mysql REQUIRED.

0.0.12

05 Oct 23:21
Compare
Choose a tag to compare

Adding support for fatal errors

Events & Exceptions

23 Aug 00:45
Compare
Choose a tag to compare
0.0.11

adding events and exceptions

0.0.10

22 Aug 22:56
Compare
Choose a tag to compare
Small bug in error handling :bug: