Chris Boulton
a9331ecc4d
Merge pull request #289 from jaschweder/patch-1
...
add PHP 7 and HHVM to TravisCI runtime
2016-07-14 17:27:30 +10:00
dewei
781483bc83
fixed ‘../bin/resque.php’ to '../bin/resque'
2016-04-13 09:26:04 +08:00
Luis Hdez
70102f1b89
Add control for OS X and cli_set_process_title
2016-03-30 03:15:01 +02:00
Luis Hdez
e4cfc541c9
Fix CS whitespaces
2016-03-30 03:14:15 +02:00
Jonathan André Schweder
47d3c9cbb2
add PHP 7 and HHVM to TravisCI runtime
2016-03-16 08:09:34 -03:00
Jonathan A. Schweder
c08b6f64b7
apply best practice in phpunit.xml file
2016-03-15 08:20:43 -03:00
Chris Boulton
73b62e364a
Merge pull request #287 from jesusch/master
...
removed all closing PHP tags
2016-03-09 13:02:55 -08:00
Bjoern Boschman
b3b1d408e5
removed all closing PHP tags
2016-03-08 12:19:05 +01:00
Rolf Vreijdenberger
0d5cff54ad
should be able to use maxConnectRetries
...
- be able to specify max_connect_retries in the dsn string as part of the query string
2016-01-26 14:54:02 +01:00
Takuya Sato
9c20e44483
return false if json_encode()
failed.
2015-08-26 10:26:48 +09:00
Chris Boulton
df69e8980c
Merge pull request #237 from drahmel/master
...
Added remove_queue command from Resque
2015-05-13 21:58:23 +10:00
Chris Boulton
941d49c659
Merge pull request #246 from elazar/patch-1
...
Corrected type in Resque_Job::$payload docblock
2015-05-13 09:03:06 +10:00
Matthew Turland
570e4a9e55
Corrected type in Resque_Job::$payload docblock
...
The docblock for the $payload property in the Resque_Job class is object, which is inconsistent with the array type used for the corresponding constructor parameter. Other usage of the $payload property, such as in updateStatus(), indicate that array seems to be correct.
2015-05-12 15:07:20 -05:00
Dan Rahmel
44940e84bc
Restored whitespace
2015-03-13 15:36:24 -07:00
Dan Rahmel
f29e09d68b
Added remove_queue command from Resque
2015-03-13 14:49:30 -07:00
Chris Boulton
eb7ab0c81a
Merge pull request #235 from magnusp/master
...
Resolves chrisboulton/php-resque#145
2015-03-12 22:06:59 +11:00
Magnus Persson
5aed917f72
Resolves chrisboulton/php-resque#145
2015-03-11 23:41:12 +01:00
Chris Boulton
a8322cd4e7
Merge pull request #212 from chrisboulton/beforeEnqueue
...
Add beforeEnqueue hook
2015-02-04 10:56:54 -08:00
Chris Boulton
1d24d009f2
Merge pull request #223 from theaxel/master
...
Fix dequeueing with args
2015-02-02 12:34:14 -08:00
Chris Boulton
0c39e2ca7a
ensure false is returned when DontCreate is thrown
2015-02-02 12:30:40 -08:00
Chris Boulton
8007705221
return false when job creation is cancelled by beforeEnqueue
2015-02-02 12:29:26 -08:00
Chris Boulton
2308c3ced4
update phpdoc
2015-02-02 12:29:26 -08:00
Chris Boulton
e815c687f1
update changelog
2015-02-02 12:29:26 -08:00
Chris Boulton
a95c24b32e
add beforeEnqueue hook that allows the enqueue to be cancelled
2015-02-02 12:29:24 -08:00
Andrew Brereton
7101a3097f
gethostname() doesn't work on Amazon's EC2
2014-12-18 17:27:18 +11:00
Axel K.
6cda08de25
#218 Remove item from queue as well when args match
2014-11-10 15:38:58 +01:00
Axel K.
226ec33bb0
Test for asserting that correct items get dequeued when args are provided
2014-11-10 15:33:42 +01:00
Dayson Pais
2c8b215cda
Implicitly type cast exception while logging.
...
Removed the unnecessary (string) type-casting.
2014-11-08 15:11:20 +05:30
Chris Boulton
c335bc3555
Merge pull request #214 from bc-vincent-zhao/allow-callable-redis-setup
...
Allows a callable to be passed to Resque::setBackend for setting the redis instance
2014-09-25 12:24:50 +10:00
vincent zhao
bc9dac71ca
Allows a callable to be passed to Resque::setBackend for setting Resque::
2014-09-25 10:31:09 +10:00
Chris Boulton
f14e844c45
Merge pull request #211 from wedy/dequeue
...
ability to dequeue jobs of specific queue
2014-09-24 13:03:06 +10: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
e393d5672c
Merge pull request #213 from wedy/turn-on-redis-rename-cmd
...
Turn on redis command 'rename'
2014-09-22 16:12:40 +10:00
Wedy Chainy
98fde571db
Turn on redis command 'rename'
2014-09-19 21:29:53 +10:00
Chris Boulton
80d1c4be19
Merge pull request #208 from sasezaki/patch-1
...
add PHP 5.5, 5.6 to .travis.yml
2014-09-07 17:23:16 +10:00
kazusuke sasezaki
295ec7d68a
add PHP 5.5, 5.6 to .travis.yml
2014-08-29 00:56:23 +09:00
Chris Boulton
e1e40494a0
Merge pull request #206 from bc-vincent-zhao/add-enqueque-time
...
add an enqueued timestamp to the job payload
2014-08-08 15:08:53 +10:00
vincent zhao
006d7502d9
add an enqueued timestamp to the job payload
2014-08-08 10:25:40 +10:00
Chris Boulton
f7e9e8b7b1
Merge branch 'master' of github.com:chrisboulton/php-resque
2014-06-26 21:04:08 +10:00
Chris Boulton
bcfd6b79f7
update composer.lock
2014-06-26 21:03:46 +10:00
Chris Boulton
055587abf0
Merge pull request #158 from ruudk/default-logger
...
Set Resque_Log in constructor
2014-06-26 21:00:42 +10:00
Chris Boulton
1517d45904
Merge branch 'master' of github.com:chrisboulton/php-resque
2014-06-26 19:19:16 +10:00
Chris Boulton
3cca6312ca
update changelog and contributors docs
2014-06-26 19:19:04 +10:00
Chris Boulton
4442e1b2f1
Merge pull request #186 from iskandar/dsn-normalization
...
DSN and REDIS_BACKEND normalization
2014-06-26 19:14:43 +10:00
Chris Boulton
210f0a464d
Merge pull request #198 from tburry/master
...
Make the credis requirements less strict.
2014-06-26 19:09:48 +10:00
Chris Boulton
51524e8ebc
update changelog
2014-06-26 19:09:31 +10:00
Chris Boulton
0327217907
call beforePerform before retrieving an instance of the job class
2014-06-26 19:07:52 +10:00
Todd Burry
40d2ec8c77
Make the credis requirements less strict.
...
Since credis has moved forward, but is backwards compatible, resque
shouldn’t be so strict towards an old version because other libraries
need newer credis features.
2014-06-23 08:20:23 -04:00
Dayson Pais
760e38c0ef
Fixed syntax error
2014-05-26 22:01:49 +05:30