Commit Graph

  • 76c06a1349 now setting the queue name onto the job instance Chaitanya Kuber 2012-03-22 12:20:16 +0800
  • 016f046a6a Merge branch 'master', remote branch 'upstream/master' Chaitanya Kuber 2012-03-19 07:14:02 +0800
  • ff3fc97958 Merge pull request #49 from ckbigcommerce/master Chris Boulton 2012-03-17 00:53:06 -0700
  • cc871c06ab fixed spelling error and removed debug code Chaitanya Kuber 2012-03-15 20:03:34 -0500
  • 48a7febd88 Merge branch 'master' of https://github.com/chrisboulton/php-resque Chaitanya Kuber 2012-03-06 22:48:01 -0600
  • e6464f4c79 Require Redisent/Redis separately Chris Boulton 2012-03-05 20:21:12 +1100
  • 6651f957f1 Merge branch 'master' of github.com:chrisboulton/php-resque Chris Boulton 2012-03-05 19:41:47 +1100
  • 0ad5903a85 Merge remote-tracking branch 'pedroarnal-master/master' Chris Boulton 2012-03-05 19:41:09 +1100
  • 8259dc7491 update changelog Chris Boulton 2012-03-05 19:35:56 +1100
  • 37e148b23c Merge pull request #42 from salimane/upstream Chris Boulton 2012-03-05 00:33:47 -0800
  • 6165de49e9 Merge branch 'master' of github.com:chrisboulton/php-resque Chris Boulton 2012-03-05 19:22:06 +1100
  • ebe7665817 fix lost jobs when there is more than one worker process started by the same parent process Chris Boulton 2012-03-05 19:21:43 +1100
  • 3b59fa5dbc method comment changes Chaitanya Kuber 2012-03-01 19:21:58 -0600
  • ef859b6fc5 updated method comments Chaitanya Kuber 2012-03-01 19:21:06 -0600
  • 8f06294048 method comments updated Chaitanya Kuber 2012-03-01 19:13:34 -0600
  • 7523f9c845 Merge branch 'master' of https://github.com/chrisboulton/php-resque Chaitanya Kuber 2012-02-29 23:36:13 -0600
  • 2c5e088198 move include for resque before APP_INCLUDE is loaded in, so that way resque is available for the app Chris Boulton 2012-03-01 16:33:26 +1100
  • 951d9d37b5 updated method comments Chaitanya Kuber 2012-02-29 22:32:52 -0600
  • 782d0317e6 Update lib/Resque/Redis.php pedroarnal 2012-02-18 17:10:06 +0100
  • 5b24b471dc avoid working with dirty worker ids Salimane Adjao Moustapha 2012-02-02 15:49:59 +0800
  • 0ac835a630 Enabling use of unix sockets on Redis backend. pedroarnal 2012-01-25 00:46:34 +0100
  • 4700375d25 Merge pull request #30 from salimane/upstream Chris Boulton 2011-12-21 16:10:18 -0800
  • 7a7cfbf2b9 fix comment to specify that is an array instead of an object in Resque::push Salimane Adjao Moustapha 2011-12-16 10:30:42 +0800
  • 458fd6488b replace is_object with is_array when reserving jobs since Resque::pop actually returns an array instead of an object Salimane Adjao Moustapha 2011-12-08 11:15:46 +0800
  • cd47df2458 Merge pull request #18 from humancopy/master Chris Boulton 2011-12-07 04:07:42 -0800
  • a4e3a07946 Merge pull request #29 from salimane/upstream Chris Boulton 2011-12-07 04:06:48 -0800
  • 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) Salimane Adjao Moustapha 2011-12-07 17:14:17 +0800
  • 45c49cf002 Merge pull request #27 from hlegius/master Chris Boulton 2011-11-23 13:57:55 -0800
  • 016a7a13fd Added support of Redis prefix (namespaces) Hélio Costa e Silva 2011-11-22 14:55:40 -0200
  • c52bcc8af7 Re-enable autoload for class_exists in Job.php humancopy 2011-11-02 11:59:33 +0100
  • 599295ef9c Merge branch 'master' of git://github.com/chrisboulton/php-resque humancopy 2011-10-23 09:47:33 +0200
  • 4c025119cc Update changelog Chris Boulton 2011-09-24 15:42:28 +1000
  • 3514a4f063 Move brace to new line Chris Boulton 2011-09-24 15:40:20 +1000
  • c0cdc3cf68 Merge pull request #24 from d11wtq/bugfix/broken-pipe Chris Boulton 2011-09-23 22:38:23 -0700
  • c90e21d88e Fix a bug where the worker would spin out of control taking the server with it, if the redis connection was interrupted even briefly. Use SIGPIPE to trap this scenario cleanly. d11wtq 2011-09-24 15:08:53 +1000
  • 700af834b4 Unit tests should not be directly accessing payload[args] now that we have getArguments() Chris Boulton 2011-09-16 15:30:36 +1000
  • ea1ceed742 Merge pull request #21 from realestateconz/master Chris Boulton 2011-09-10 05:28:44 -0700
  • 0cfb2d2019 Fixed job arguments being wiped by array_shift warezthebeef 2011-08-19 12:33:05 +1200
  • f7eac3b5e7 Added wrapping array() to args to improve compatibility with ruby resque warezthebeef 2011-07-21 15:49:18 +1200
  • 2a73e5b390 Update changelog to include details of patrickbajao's modifications to allow setBackend to accept a redis database to use as a second argument chris.boulton 2011-06-14 19:36:29 +1000
  • 863099564e Modified setBackend() to accept as the second parameter Patrick Bajao 2011-01-17 01:15:31 +0800
  • 27beb8cc20 Added database parameter in setBackend() to select the database for a connection. The default database is set to 0. Patrick Bajao 2011-01-17 00:44:17 +0800
  • c67ad8dad8 Merge pull request #17 from joshhawthorne/master Chris Boulton 2011-06-14 02:32:09 -0700
  • 96e2b21ef7 Update changelog to mention bug fix by andrewjshults chris.boulton 2011-06-14 19:29:43 +1000
  • ef47d3eaa9 Merge remote branch 'fridgegit/master' chris.boulton 2011-06-14 19:26:56 +1000
  • 1a5564ded5 Switch to using require_once since it seems there are some conflicts with the autoloader Andrew Shults 2011-06-08 20:37:54 -0400
  • cd3b0cca0e Set autoload to false for 'class_exists' calls. Currently it is not set, so the default is true which causes any defined '__autoload' function in the included app to be called. humancopy 2011-05-18 18:34:29 +0200
  • 91c6fff601 updated readme example of how to setBackend to use a single param with a colon for server:port rather than two separate variables Josh Hawthorne 2011-04-14 19:43:04 -0500
  • ea441e7e8d Update release date for 1.1 chris.boulton 2011-03-27 19:19:30 +1100
  • bf29c5e018 Add sample plugin chris.boulton 2011-03-27 19:18:28 +1100
  • 77f33c319b Move trigger call for onFailure in to ->fail(), so it can catch PHP errors chris.boulton 2011-03-27 19:18:16 +1100
  • 3245c523c7 Add ability to fetch wildcarded list of queues a worker belongs to without it expanding them out using redis chris.boulton 2011-03-27 19:17:35 +1100
  • 6f43fcfed8 Add a plugin/event/hook system chris.boulton 2011-03-27 18:42:46 +1100
  • 4d4a5ffc89 Remove php.ini settings section as it no longer applies due to getenv usage chris.boulton 2011-03-27 18:12:24 +1100
  • 624e4934c5 Update change log chris.boulton 2011-03-27 16:02:28 +1100
  • 1a859e2143 Add sample monit and logrotate scripts chris.boulton 2011-03-27 16:02:16 +1100
  • 25fac9a16a Fix undefined variable $child on non-forking operating systems chris.boulton 2011-03-27 16:01:56 +1100
  • 34de8e4307 Add PIDFILE environment variable to write the PID of a single running worker out to a file chris.boulton 2011-03-27 16:01:35 +1100
  • 0372a27ab7 Remove lambda and namespaces causing PHP 5.2 incompatibility chris.boulton 2011-03-27 15:02:06 +1100
  • d2f804b82e Commit change log in preparation for 1.1 chris.boulton 2011-02-26 20:14:54 +1100
  • 950ab06c1a Add contributors section, and note about requiring Redis 2.2 chris.boulton 2011-02-26 20:14:38 +1100
  • d39a5f57d6 updated redisent to make it redis 2.2 compatible Oleg Topchiy 2011-02-25 21:41:54 +0200
  • 4bc96dd88c require -> require_once chris.boulton 2010-12-16 16:16:32 +1100
  • c80b1048d8 Load Redisent from the correct location chris.boulton 2010-12-16 16:03:41 +1100
  • 5ce4b9c954 Merge branch 'bug-9' of https://github.com/hobodave/php-resque into hobodave-bug-9 chris.boulton 2010-12-15 18:33:59 +1100
  • 90fd52e953 Merge branch 'refactor-env' of https://github.com/hobodave/php-resque into hobodave-refactor-env chris.boulton 2010-12-15 18:33:19 +1100
  • 59e7b83892 Addresses warning that posix_kill takes long not string David Abdemoulaie 2010-12-14 23:55:33 -0600
  • 2ae54583f0 Fixes unit test reliability David Abdemoulaie 2010-12-14 23:35:18 -0600
  • 65b79b7f4a Fixes job status updates - #1 David Abdemoulaie 2010-12-10 23:25:33 -0600
  • f0a4990105 Refactors $_ENV to getenv David Abdemoulaie 2010-12-10 17:30:28 -0800
  • 27758b47be fixed to pass PHP strict standards Stephen Craton 2010-11-18 14:01:10 +0800
  • 5fcd195db1 Fixing bug in Redisent causing Resque to ignore queue items larger than 1Kb. KevBurnsJr 2010-11-08 11:35:33 -0800
  • 5fb34c3a90 Trimming output of ps -A to remove prepended whitespace. KevBurnsJr 2010-11-08 10:48:26 -0800
  • cff5d779b4 Adding support for intervals of less than 1 second. KevBurnsJr 2010-11-07 14:59:32 -0800
  • 5ff6d8b871 Merge branch 'master' of http://github.com/jmathai/php-resque chris.boulton 2010-10-02 09:33:21 +1000
  • 2c26cf8d58 Merge branch 'master' of github.com:chrisboulton/php-resque chris.boulton 2010-10-02 09:33:08 +1000
  • f20ab2cac5 Fixing a typo where args was not being set properly. Fixing some typos in the README and added troubleshooting. Jaisen Mathai 2010-10-01 00:52:27 -0700
  • 5f64653149 Change job classes to be instantiated rather than calling methods statically. This obviously makes it easier for state information to be destroyed after a job runs. This change is NOT backwards compatible and requests job classes be rewritten. Jobs also no longer receive arguments in the perform/setUp/tearDown methods but instead are passed as a $args variable to the instantiated job Chris Boulton 2010-08-01 15:23:41 +1000
  • 5dc24ebbe4 Fix APP_INCLUDE typo Chris Boulton 2010-08-01 15:07:14 +1000
  • ae89f29057 Update changelog. Formatting fixes Chris Boulton 2010-08-01 15:03:28 +1000
  • be2ffa7d6c adding redis cluster support Daniel Ceballos 2010-05-28 04:26:37 +0800
  • 9ce7cfb370 Change all require statements to include the full path. Chris Boulton 2010-04-20 10:59:06 +1000
  • 6e6d7ad859 Add setUp and tearDown callbacks for jobs Chris Boulton 2010-04-20 10:02:34 +1000
  • 94fed1cfb4 Don't return from pruneDeadWorkers if there are no worker pids Chris Boulton 2010-04-19 15:44:46 +1000
  • b71031908d Fix typo in testWorkerCanUnregister test - redis should have been resque Chris Boulton 2010-04-19 15:07:11 +1000
  • 3f04a0a971 Remove unnecessary call to worker->unregisterWorker in the JobTest teardown method Chris Boulton 2010-04-19 15:01:47 +1000
  • 5ac7e90374 Fix cannot break/continue error when pruning dead workers and none are found. continue should have been return Chris Boulton 2010-04-19 14:57:14 +1000
  • 86a5d88309 Update todo list Chris Boulton 2010-04-19 10:36:01 +1000
  • c5396f4e86 Change arguments for jobs to an array instead of an object. Also change other json encoded items to decode to an array rather than objects Chris Boulton 2010-04-19 10:35:50 +1000
  • 7ef1ebbd97 Fix up demo/queue.php job arguments Chris Boulton 2010-04-19 00:12:35 +1000
  • e3c953baf1 Fix up enqueue example arguments - they're now an object. Add example of how to access arguments in the example job Chris Boulton 2010-04-19 00:12:14 +1000
  • cb4205d508 Initial commit Chris Boulton 2010-04-18 23:58:43 +1000
  • 89288e773d & go! Chris Boulton 2010-03-11 20:21:06 +1100