Commit Graph

39 Commits

Author SHA1 Message Date
948b758a57
2.1.3 (2023-11-15)
- Resolved issue with SET EX TTL's using unix-timestamps
2023-11-15 09:52:10 +13:00
3c7e20e364 2.1.0 (2023-02-07) - PHP 8.2 compatibility 2023-02-07 02:19:09 +00:00
05cae402b5
2.0.3 (2022-09-12)
- Update composer packages
- Added WoodpeckerCI tests
- Updated links in composer package
- Stricter typing
2022-09-12 19:50:02 +12:00
dd0bb8947f Update composer 2022-02-08 19:30:15 +13:00
80d64e79ff 2.0.0 Add namespacing + PHP8.0 support (#1)
2.0.0 (2021-02-19)

Moved to PSR-4
Namespaced codebase
Added more comments throughout
Co-Authored-By: idanoo <daniel@m2.nz>
Co-Committed-By: idanoo <daniel@m2.nz>
2021-02-19 12:23:32 +13:00
Daniel Mason
19f21219f8 1.4.5 patch - formatting + composer replace 2019-08-28 10:06:52 +12:00
3b4d2e4c1f Fix bootstrap.php for tests 2019-06-02 22:54:15 +12:00
Daniel Mason
4e87677517 - Updated README to include supervisor configuration.
- Change logfile date format to `%Y-%m-%d %T`.
- Added return types to more functions.
2018-07-16 09:59:58 +12:00
Daniel Mason
f69330d637 Update Docs 2018-06-22 20:13:19 +12:00
Daniel Mason
c906d1ed08 Update readme 2018-05-30 19:11:06 +12:00
Daniel Mason
0d0c0d0a7e - Updated travis builds to run on PHP 7.0, 7.1 and 7.2.
- Added ability to specify multiple log levels. [DEBUG/INFO/NOTICE/WARNING/ERROR/CRITICAL/ALERT/EMERGENCY]
- Default  is now .
- Removed VERBOSE / VVERBOSE flags.
- Enabled date/time logging by default.
2018-05-29 22:20:56 +12:00
Daniel Mason
177f8e3c19 Fix up readme with composer package 2018-05-27 14:53:24 +12:00
Daniel Mason
bc39882dd7 Rolled back to phpunit 6 + updated travis build image 2018-05-25 19:43:22 +12:00
Daniel Mason
3857d0600a Simplify README 2018-05-25 14:26:53 +12:00
Daniel Mason
6f78451498 Remove credis dependancy for php-redis/predis 2018-05-25 14:24:48 +12:00
Serghei Iakovlev
59ae24d0b5 Update Readme.md [ci skip] 2016-10-12 00:51:55 +03:00
Jimmy Chandra
2d6f29f637 Fix typo in readme file 2016-08-09 20:13:21 +07:00
Chris Boulton
a95c24b32e add beforeEnqueue hook that allows the enqueue to be cancelled 2015-02-02 12:29:24 -08:00
Wedy Chainy
29e37784cd Alter dequeue - now accepting 'args' and "ID" arguments 2014-09-23 09:42:31 +10:00
Wedy Chainy
4a97c14628 dequeue 2014-09-22 16:17:16 +10:00
Chris Boulton
3cca6312ca update changelog and contributors docs 2014-06-26 19:19:04 +10:00
Daniel Hunsaker
3a62e47f16 Created HOWITWORKS; cleanup of README
Addresses a request from @chrisboulton in GitHub issue #149

Slight grammar cleanup and content update in README.md
Mention of HOWITWORKS.md in README.md, referring those who want to know more that direction
Expanded and slightly cleaner version of a comment made in #149 that prompted this commit/PR
   was placed in HOWITWORKS.md

Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
2013-12-07 00:43:29 -07:00
Chris Boulton
e1872cca39 Merge pull request #143 from HRMWeb/after-enqueue-callback-token
Added token as an argument to the afterEnqueue callback
2013-12-03 03:16:51 -08:00
Benji
b7e3ee5221 Fixes the examples for using VERBOSE and VVERBOSE
The example for the VERBOSE and VVERBOSE options would throw a 'command not found' error when attempting to use it in the same manner as it was originally documented.
2013-11-24 17:27:36 -08:00
Michael Alexander
f91352d810 Renamed references of token to id. 2013-11-18 10:02:03 +11:00
Michael Alexander
6d8cd501b7 Added token as an argument to the afterEnqueue callback 2013-11-12 13:11:48 +11:00
Rajib Ahmed
14989b0e9e Remove spaces from README code samples. 2013-07-18 11:51:02 +02:00
Rajib Ahmed
2d4458fbed Add fix to syntax highlights. 2013-07-18 09:57:53 +02:00
Rajib Ahmed
271b584957 Add github style syntax highlights on README file. 2013-07-18 09:53:30 +02:00
Arthur Cinader
88f494e7ce Update README.md
Remove redundant use of "include" in documentation
2013-07-03 21:12:10 -07:00
Matteo Giachino
24f22c9065 Update README.md
updated link to the new resque repo
2013-04-15 22:53:17 +03:00
Ruud Kamphuis
01c291f367 Added a PREFIX environment variable to set the Resque prefix 2013-03-26 13:59:33 +01:00
Lee Boynton
4b2bbe492b Fix composer example 2013-02-20 16:25:14 +00:00
Chris Boulton
a77699549b bump php requirement up to 5.3 2013-01-12 23:06:55 +11:00
Chris Boulton
2f5b48930f make better use of composer across php-resque
* recommend php-resque be installed via Composer
* provide quick getting started steps
* move ./resque.php to bin/resque, make it available as a Composer bin
* have classes autoloaded via Composer (or some other means if not using Composer)
2013-01-12 22:40:26 +11:00
Chris Boulton
bf91b4cc6b update contributors 2012-10-13 18:23:06 +11:00
Chris Boulton
b0fbfa4f15 make the queue for an enqueued job available in the afterEnqueue event 2012-05-10 22:13:28 +10:00
maetl
df8853ee4f removing a lie; adding some structure 2012-05-02 19:37:36 +10:00
maetl
c79ae86a56 use short filenames for markdown docs 2012-05-02 19:36:02 +10:00