Chris Boulton
453d985262
Merge pull request #68 from scragg0x/patch-1
...
Disable autoload for the class_exists func
2012-10-12 23:11:05 -07:00
scragg0x
a8a7db51ca
Disable autoload for the class_exists func
...
I ran into an autoload problem because of this class_exists function.
So I set the second arg to false to prevent it from calling __autoload.
It doesn't make sense to try (to autoload) anyway because it's going to
declare a skeleton if the class doesn't exist.
2012-09-07 13:36:15 -05:00
Chris Boulton
64cd1874ed
Merge pull request #60 from jjfrey/fix-demo-status
...
fixing missing and incorrect paths for Resque class and Resque_Job_Statu...
2012-08-22 03:44:55 -07:00
Chris Boulton
28a98d73b1
Merge pull request #56 from vaxltd/issue19/redeclare-redisexception
...
Ensure RedisException is not redeclared to allow PHPRedis compatibility
2012-08-21 05:45:49 -07:00
Joe Frey
26ae7a63da
fixing missing and incorrect paths for Resque class and Resque_Job_Status
2012-08-08 16:19:53 -04:00
Chris Boulton
905c396703
add basic composer.json. closes #59
2012-08-01 11:39:12 +10:00
Matt Heath
5b89607e4b
Fix issue #19 by ensuring RedisException is not redeclared
2012-05-10 15:01:00 +01:00
Chris Boulton
b0fbfa4f15
make the queue for an enqueued job available in the afterEnqueue event
2012-05-10 22:13:28 +10:00
Chris Boulton
3188265655
Merge pull request #52 from ebernhardson/fix-stopListening
...
Resque_Event::stopListening does not remove the listener
2012-05-03 21:00:18 -07:00
Chris Boulton
a58820e290
Merge pull request #54 from maetl/master
...
removing a lie
2012-05-03 20:52:59 -07: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
Chris Boulton
e54c7ca99a
only remove pid file during tests if exists
2012-04-19 22:39:55 +10:00
Chris Boulton
998b46887a
add travis-ci status to readme
2012-04-19 22:36:15 +10:00
Chris Boulton
1b5441b91e
Merge branch 'master' of github.com:chrisboulton/php-resque
2012-04-19 22:30:53 +10:00
Chris Boulton
ad7f4d1ab7
add .travis.yml to run unit tests on travis-ci
2012-04-19 22:30:44 +10:00
ebernhardson
010384b296
unit test to verify fix of Resque_Event::stopListening
2012-04-04 18:27:08 -07:00
ebernhardson
fab92ef114
fix bug preventing stopListening from working
2012-04-04 18:13:07 -07:00
Chaitanya Kuber
76c06a1349
now setting the queue name onto the job instance
2012-03-22 12:27:43 +08:00
Chaitanya Kuber
016f046a6a
Merge branch 'master', remote branch 'upstream/master'
2012-03-22 12:27:43 +08:00
Chris Boulton
ff3fc97958
Merge pull request #49 from ckbigcommerce/master
...
updated method comments
2012-03-17 00:53:06 -07:00
Chaitanya Kuber
cc871c06ab
fixed spelling error and removed debug code
2012-03-15 20:03:34 -05:00
Chaitanya Kuber
48a7febd88
Merge branch 'master' of https://github.com/chrisboulton/php-resque
2012-03-06 22:48:01 -06:00
Chris Boulton
e6464f4c79
Require Redisent/Redis separately
2012-03-05 20:21:12 +11:00
Chris Boulton
6651f957f1
Merge branch 'master' of github.com:chrisboulton/php-resque
2012-03-05 19:41:47 +11:00
Chris Boulton
0ad5903a85
Merge remote-tracking branch 'pedroarnal-master/master'
...
Conflicts:
lib/Resque.php
2012-03-05 19:41:09 +11:00
Chris Boulton
8259dc7491
update changelog
2012-03-05 19:35:56 +11:00
Chris Boulton
37e148b23c
Merge pull request #42 from salimane/upstream
...
Avoid working with dirty worker ids
2012-03-05 00:33:47 -08:00
Chris Boulton
6165de49e9
Merge branch 'master' of github.com:chrisboulton/php-resque
2012-03-05 19:22:06 +11:00
Chris Boulton
ebe7665817
fix lost jobs when there is more than one worker process started by the same parent process
2012-03-05 19:21:43 +11:00
Chaitanya Kuber
3b59fa5dbc
method comment changes
2012-03-01 19:21:58 -06:00
Chaitanya Kuber
ef859b6fc5
updated method comments
2012-03-01 19:21:06 -06:00
Chaitanya Kuber
8f06294048
method comments updated
2012-03-01 19:13:34 -06:00
Chaitanya Kuber
7523f9c845
Merge branch 'master' of https://github.com/chrisboulton/php-resque
2012-02-29 23:36:13 -06:00
Chris Boulton
2c5e088198
move include for resque before APP_INCLUDE is loaded in, so that way resque is available for the app
2012-03-01 16:33:26 +11:00
Chaitanya Kuber
951d9d37b5
updated method comments
2012-02-29 22:32:52 -06:00
pedroarnal
782d0317e6
Update lib/Resque/Redis.php
2012-02-18 17:10:06 +01:00
Salimane Adjao Moustapha
5b24b471dc
avoid working with dirty worker ids
2012-02-02 16:06:00 +08:00
pedroarnal
0ac835a630
Enabling use of unix sockets on Redis backend.
2012-01-25 00:46:34 +01:00
Chris Boulton
4700375d25
Merge pull request #30 from salimane/upstream
...
replace is_object with is_array when reserving jobs
2011-12-21 16:10:18 -08:00
Salimane Adjao Moustapha
7a7cfbf2b9
fix comment to specify that is an array instead of an object in Resque::push
2011-12-16 10:32:28 +08:00
Salimane Adjao Moustapha
458fd6488b
replace is_object with is_array when reserving jobs since Resque::pop actually returns an array instead of an object
2011-12-08 11:25:15 +08:00
Chris Boulton
cd47df2458
Merge pull request #18 from humancopy/master
...
A small fix for a small bug with __autoload and class_exists :)
2011-12-07 04:07:42 -08:00
Chris Boulton
a4e3a07946
Merge pull request #29 from salimane/upstream
...
fix bug whereby jobs are reserved based on an erroneous payload
2011-12-07 04:06:48 -08:00
Salimane Adjao Moustapha
68df9854a6
when reserving jobs, check if the payload received from popping a queue is a valid object (fix bug whereby jobs are reserved based on an erroneous payload)
2011-12-07 17:22:59 +08:00
Chris Boulton
45c49cf002
Merge pull request #27 from hlegius/master
...
Namespace support (prefix)
2011-11-23 13:57:55 -08:00
Hélio Costa e Silva
016a7a13fd
Added support of Redis prefix (namespaces)
2011-11-22 14:55:40 -02:00
humancopy
c52bcc8af7
Re-enable autoload for class_exists in Job.php
2011-11-02 11:59:33 +01:00
humancopy
599295ef9c
Merge branch 'master' of git://github.com/chrisboulton/php-resque
2011-10-23 09:47:33 +02:00
Chris Boulton
4c025119cc
Update changelog
2011-09-24 15:42:28 +10:00