Skip to content

Releases: gyselroth/php-task-scheduler

3.3.0-alpha.1

02 Jun 13:25
Compare
Choose a tag to compare
3.3.0-alpha.1 Pre-release
Pre-release

Features

  • Added option to define if interval refers to start or end of previous job

4.0.0-alpha2

31 Mar 13:57
88af470
Compare
Choose a tag to compare
4.0.0-alpha2 Pre-release
Pre-release
v4.0.0-alpha2

fixes phpstan errors

4.0.0-alpha1

31 Mar 13:41
4106aed
Compare
Choose a tag to compare
4.0.0-alpha1 Pre-release
Pre-release
v4.0.0-alpha1

mongodb changestream instead capped collection

3.2.2

05 Dec 09:03
db72650
Compare
Choose a tag to compare

Bugfixes

  • Set progress always to 100.0 after a job has been finished
  • Fixes build exit worker

3.2.1

04 Dec 16:12
456d9ef
Compare
Choose a tag to compare

Bugfixes

  • Fixes event bindings via scheduler #26
  • Fixes progress rate limit seconds => miliseconds

3.2.0

03 Dec 15:51
12d6243
Compare
Choose a tag to compare

Features

  • Add event bindings in the Process handler #26
  • Add event callback bindings to wait(), waitFor() #28
  • rogress support #29

3.1.0

25 Mar 15:45
40f1620
Compare
Choose a tag to compare
  • [FIX] Killed workers do not get restarted if no new jobs are added #21
  • [CHANGE] Slow "Process::wait()" when dealing with many jobs (Scheduler::waitFor($stack)) #20
  • [CHANGE] Events are now completely processed before checking for any new jobs in the queue node

3.0.2

28 Jan 12:35
3a13e39
Compare
Choose a tag to compare
  • [CHANGE] Set intial datetime (not 0), writer worker caught exception: 10003 Cannot change the size of a document in a capped collection #15

3.0.1

24 Jan 16:31
0ff5436
Compare
Choose a tag to compare
  • [FIX] Catch \Throwable insteadof \Exception #13

3.0.0

20 Nov 10:55
ba9c616
Compare
Choose a tag to compare
  • [FEATURE] Added Scheduler::flush to flush the entire queue
  • [FIX] fixed event queue creation during queue init