Skip to content

Releases: resque/php-resque

Scheduler and Fixes

09 Apr 17:02
Compare
Choose a tag to compare

PHP Resque now includes PHP Resque Scheduler as part of the core, so you no longer need to do fancy tricks to get both! Also addressed a few minor bugs, and ensured that signals are properly respected by both the queue workers and the scheduler itself. This release moves these features out of beta and into the wild!

As usual, submit issues and fixes here in GitHub.

Merge In Scheduler!

20 Dec 23:46
7a47571
Compare
Choose a tag to compare
Merge In Scheduler! Pre-release
Pre-release

This release adds PHP Resque Scheduler to the main repo, so you can now schedule jobs rather than queuing them immediately. It's currently marked as a Beta to ensure it gets enough testing before moving to stable.

Cementing the Old

20 Dec 23:43
7dd1474
Compare
Choose a tag to compare

Moving features pulled in from the old PRs from Beta to Stable.

v1.3.4-beta: Pulling In The Old

06 Jan 06:23
1bd2df2
Compare
Choose a tag to compare
Pre-release

Added a bunch of old PRs to this release. It's not stable, so it shouldn't break anything to try it out!

If you encounter any issues, please report them in PR #7 here on GitHub, or open a new issue and we'll figure things out from there!

v1.3.3: Fail job on segmentation fault (#6)

07 Jan 13:37
Compare
Choose a tag to compare
* let a worker fail a job when a segmentation fault is detected (abnormal child exit)
* added missing log level
* formatting

v1.3.2: Don't commit composer.lock for a library!

07 Jan 13:38
Compare
Choose a tag to compare
Signed-off-by: Dan Hunsaker <danhunsaker@gmail.com>

v1.2.1

07 Jan 13:38
Compare
Choose a tag to compare
add phpunit as a development requirement

v1.2

07 Jan 13:38
Compare
Choose a tag to compare
update version to 1.2

v1.1

07 Jan 13:38
Compare
Choose a tag to compare
Tag v1.1