Commit Graph

  • 0a49e247ea Fix logging regression for Python-2.6 Dheeraj 2016-02-25 14:48:13 +0530
  • e1e4c00a67 Merge pull request #659 from javimb/javimb/decorator-ttl Selwin Ong 2016-02-24 08:22:57 +0700
  • 51f7951f2e Merge pull request #657 from antoineleclair/custom-queue-class Selwin Ong 2016-02-24 08:21:30 +0700
  • 81679a35d9 Merge branch 'master' into custom-queue-class Antoine Leclair 2016-02-22 09:20:38 -0500
  • f56383fd9b Merge pull request #661 from VicarEscaped/VicarEscaped-patch-1 Selwin Ong 2016-02-17 06:27:49 +0700
  • 01bd0cebd6 Update job status with set_status VicarEscaped 2016-02-16 17:54:30 +0300
  • a986c478d0 Merge pull request #656 from antoineleclair/test-fixes Selwin Ong 2016-02-16 21:33:28 +0700
  • 1d6c2b98b7 Add ttl argument to decorator Javi Imbernon 2016-02-16 15:15:49 +0100
  • cc1eb9c52b Remove test that failed on Travis CI Antoine Leclair 2016-02-15 23:10:57 -0500
  • 173417f337 Remove test that failed on Travis CI Antoine Leclair 2016-02-15 23:10:01 -0500
  • 05ed85804c Worker accepts custom queue class Antoine Leclair 2016-02-15 22:42:24 -0500
  • 7275f62737 Add tests for custom job class in worker Antoine Leclair 2016-02-15 22:32:06 -0500
  • 5c72417cda Do not use deprecated assertEquals Antoine Leclair 2016-02-15 22:31:02 -0500
  • 2f36cedd50 Typo in test docstring Antoine Leclair 2016-02-15 22:30:07 -0500
  • 640b2e31a0 Merge pull request #633 from olingerc/warmshutdown Selwin Ong 2016-02-15 20:44:30 +0700
  • aea00b50c1 Merge pull request #650 from orangain/worker-queue-names Selwin Ong 2016-02-15 20:41:15 +0700
  • 5b4c9e128c Merge pull request #651 from orangain/patch-1 Selwin Ong 2016-02-04 23:01:00 +0700
  • b92bea9398 Update outdated sample codes in README.md orangain 2016-02-04 22:12:06 +0900
  • e8165fdddf Accept byte strings as the first argument of Worker() in Python 2 orangain 2016-02-04 21:04:36 +0900
  • fe122ac799 Worker only creates log handlers if there aren't any. Michal Bultrowicz 2016-01-10 02:10:53 +0100
  • a14041ae1a Merge pull request #640 from gisce/when_not_async_set_job_finished Selwin Ong 2015-12-29 06:23:55 +0700
  • 89facfada6 Test to ensure job is finished in not async mode Eduard Carreras 2015-12-28 11:02:27 +0100
  • c27a6434a8 Set job as finished when not working in async mode Eduard Carreras 2015-12-28 11:01:50 +0100
  • 84b711b5a5 Merge pull request #639 from nicksnell/fix/worker-results-ttl Selwin Ong 2015-12-22 22:49:38 +0700
  • 0e532f3ec4 Correction to worker command, cast results-ttl to int Nick Snell 2015-12-22 13:24:55 +0000
  • b47c8efe27 Add test cases for shutdown_requested_date Christophe Olinger 2015-12-16 15:25:03 +0100
  • 2be468a404 - Rename paramter both in redis and python to shutdown_requested_date - Use connection instead of pipeline Christophe Olinger 2015-12-16 15:24:42 +0100
  • ae27ce9871 Merge branch 'master' into warmshutdown Christophe Olinger 2015-12-16 14:59:38 +0100
  • 00645434ac Merge pull request #637 from olingerc/remove_current_job Selwin Ong 2015-12-16 05:58:15 +0700
  • 3e586bd6d6 Add remove current_job based on the correct upstream master branch Christophe Olinger 2015-12-15 08:25:05 +0100
  • d622f47aff Save date in redis on which worker receives a warm shutdown request while busy Christophe Olinger 2015-12-11 17:03:20 +0100
  • 2485334100 Merge pull request #609 from tornstrom/master Selwin Ong 2015-12-06 15:13:46 +0700
  • 6fe277bb6c Merge pull request #628 from SkyLothar/master Vincent Driessen 2015-12-06 08:21:08 +0100
  • 70b5554566 make sure exc_info is text type SkyLothar 2015-12-06 10:34:07 +0800
  • f9978bc27c make sure state text_type SkyLothar 2015-12-06 10:00:38 +0800
  • 50a114a0a8 Allow meta when enqueing Tornstrom 2015-11-16 10:15:41 -0600
  • 45addbcaf2 Deleted job.set_started_at_now. Selwin Ong 2015-11-28 13:06:44 +0700
  • 364919c7c8 Moved job.hset_value to connection._hset. Selwin Ong 2015-11-28 12:35:03 +0700
  • 10f615f4fe Reverted click requirement back to >= 3.0 Selwin Ong 2015-11-28 11:56:34 +0700
  • 961e443611 Merge pull request #619 from foxx/patch-1 Selwin Ong 2015-11-28 11:55:51 +0700
  • 5afd1a90e5 Merge pull request #589 from samuelcolvin/job-started_at Selwin Ong 2015-11-28 11:26:24 +0700
  • 6fc34dc6a6 moving started_at to prepare_job_execution Samuel Colvin 2015-11-27 12:36:19 +0000
  • e76bde9bc0 Fix broken tests Cal Leeming 2015-11-25 18:39:22 +0000
  • d80f9f8ba0 Fixes #613 Cal Leeming 2015-11-25 12:18:33 +0000
  • 8bbd833855 Merge pull request #600 from glaslos/cancel_remove Selwin Ong 2015-11-23 06:13:05 +0700
  • 702dfd2c31 Merge pull request #611 from ahxxm/delay-task Selwin Ong 2015-11-22 20:22:36 +0700
  • 73d0dda516 Merge pull request #581 from mgk/master Selwin Ong 2015-11-21 22:00:55 +0700
  • 14723ecc1f Merge remote-tracking branch 'upstream/master' Michael Keirnan 2015-11-21 09:48:39 -0500
  • 95e06818d9 ignore IDE cache folder ahxxm 2015-11-09 12:38:27 +0800
  • b06f112cb0 fix tests ahxxm 2015-11-09 12:34:27 +0800
  • 91177b7317 Merge pull request #601 from glaslos/registry_cleanup_log_msg Selwin Ong 2015-11-07 08:18:50 +0800
  • 9f9a5650aa Merge pull request #599 from kfrendrich/master Selwin Ong 2015-11-07 08:16:19 +0800
  • a424d320a8 log.info added when cleaning registries glaslos 2015-11-06 15:14:11 +0100
  • ca069e5112 rqinfo config parameter Karoly Frendrich 2015-11-06 11:37:21 +0100
  • 0a6df13d9d delete dependents and delete in cleanup. Fixed tests. glaslos 2015-11-06 11:32:43 +0100
  • d2eeb3b3db job.cancel before delete and doc string fixes glaslos 2015-11-06 11:20:41 +0100
  • 02844034d7 Merge branch 'master' into cancel_remove glaslos 2015-11-06 11:17:22 +0100
  • 5a3bebf85b only remove from queue on job.cancel glaslos 2015-11-06 11:08:13 +0100
  • bd7b642251 Merge pull request #594 from horida/master Selwin Ong 2015-11-06 13:48:29 +0800
  • 04987a80da mark as busy before forking horse horida 2015-10-28 09:36:16 +0100
  • 3aa7aebf87 remove assert_dt_between from worker tests Samuel Colvin 2015-10-27 14:41:20 +0000
  • 95f740299a Merge pull request #588 from samuelcolvin/logging-extras Selwin Ong 2015-10-27 23:36:47 +0900
  • aac554e349 Merge pull request #587 from samuelcolvin/signal-changes Selwin Ong 2015-10-27 23:33:09 +0900
  • 1349e90ba2 test docstrings, and sentinel test Samuel Colvin 2015-10-14 21:22:36 +0100
  • 082e61a212 add job.started_at Samuel Colvin 2015-10-14 21:10:01 +0100
  • 30c29614c6 more info in 'Job OK' log entry Samuel Colvin 2015-10-14 20:39:36 +0100
  • fa48751fed correct SLOW env var, run slow tests on ci Samuel Colvin 2015-10-14 20:08:55 +0100
  • aada162a4d worker shutdown tests Samuel Colvin 2015-10-14 19:48:57 +0100
  • e750134e8a move request_(force_)stop out of _install_signal_handlers Samuel Colvin 2015-10-14 19:03:59 +0100
  • ca235aee19 This is 0.5.6 Vincent Driessen 2015-10-08 15:56:59 +0200
  • c344c2f334 Add Python 3.5 unit tests Vincent Driessen 2015-10-08 15:56:40 +0200
  • c2f452c47a Update CHANGES.md Selwin Ong 2015-10-08 18:15:08 +0700
  • 544f2e6fb2 Fixed result logging call . Selwin Ong 2015-10-07 08:32:59 +0700
  • 2140cc4fab Job result should be converted to text before being logged. Selwin Ong 2015-10-07 08:30:54 +0700
  • bb4336f612 Merge pull request #578 from tbaugis/master Selwin Ong 2015-09-23 05:47:52 +0700
  • 5a4f297134 do not truncate result output as that can be done in the log formatter Toms Bauģis 2015-09-22 14:23:12 +0100
  • da7d59e1a9 Merge remote-tracking branch 'upstream/master' Michael Keirnan 2015-09-22 08:34:43 -0400
  • bad054989d export worker id and job id to env of work horse Michael Keirnan 2015-09-22 08:18:31 -0400
  • e538512c79 Merge branch 'master' of github.com:nvie/rq Selwin Ong 2015-09-22 18:18:29 +0700
  • 0e4112da7a Modified patch_connection to allow Redis connection to be easily mocked. Selwin Ong 2015-09-22 18:17:02 +0700
  • ade154575e fix travis error - python 2.6 or whatevs wants positions spelled out for .format Toms Bauģis 2015-09-01 13:27:17 +0100
  • 1a089887c0 Merge pull request #564 from jlopex/javi/fix_dependent_jobs_on_different_queues Selwin Ong 2015-09-01 14:33:16 +0700
  • 682d4adb40 log result in DEBUG level and truncate to 2k symbols Toms Bauģis 2015-08-31 15:15:08 +0100
  • d3d9a20680 Do not call pipeline.execute() if pipeline is given as argument Javier Lopez 2015-08-27 11:37:34 +0200
  • cf20f1d9b2 Merge pull request #576 from jlopex/ensure_custom_handlers_are_called Selwin Ong 2015-08-26 17:02:45 +0700
  • 02c6df6a45 This is 0.5.5 Vincent Driessen 2015-08-25 09:15:15 +0200
  • c1a4780d10 Fix PEP8 complaints Vincent Driessen 2015-08-25 09:12:34 +0200
  • 3f860f985d Add .mailmap Vincent Driessen 2015-08-25 09:08:42 +0200
  • 319f98a36e Update changelog for 0.5.5 Vincent Driessen 2015-08-25 09:08:36 +0200
  • 4fb59a4ceb Ensure custom exception handlers calls when Redis is down Javier Lopez 2015-08-24 17:46:16 +0200
  • a2d0e4f933 Clarify test_enqueue_dependents_on_multiple_queues Javier Lopez 2015-08-24 17:14:28 +0200
  • 8a6bc08e47 Added pipeline named argument to enqueue_job Javier Lopez 2015-08-24 17:13:33 +0200
  • c76c59133b Fix ValueError exception on relative import Javier Lopez 2015-08-09 17:45:21 +0200
  • c136209804 Add test_enqueue_dependents_on_mulitple_queues test Javier Lopez 2015-07-21 13:44:18 +0200
  • b4f157516e enqueue_dependents now uses origin queue to enqueue Javier Lopez 2015-07-21 12:52:15 +0200
  • e6a15c57b3 Disable click >= 5.0's unicode_literals warnings. Selwin Ong 2015-08-24 08:20:36 +0700
  • f09be523dd Merge pull request #573 from jcsaaddupuy/feature/dequeue_any_not_recursive Selwin Ong 2015-08-24 08:12:36 +0700
  • a420a9999d Merge pull request #572 from Damnever/master Selwin Ong 2015-08-13 20:31:29 +0700
  • 8fbf5452fa fix: return (None, None) for dequeue_any if no result Jean-Christophe SAAD-DUPUY 2015-08-13 11:17:04 +0200
  • 59d193590c fix: remove recursive call to dequeue_any Jean-Christophe SAAD-DUPUY 2015-08-13 11:02:48 +0200