Commit Graph

  • 92c88d3f4d Merge pull request #878 from theodesp/Issue-731 Selwin Ong 2017-10-24 08:39:50 +0700
  • a4be98dc87 Merge pull request #895 from stylight/master Selwin Ong 2017-10-24 08:36:30 +0700
  • 90bf8f0cf1 Merge pull request #888 from karech/master Selwin Ong 2017-10-24 08:34:46 +0700
  • 154488a427 Merge pull request #893 from greenmoon55/master Selwin Ong 2017-10-24 08:33:13 +0700
  • 911c5e0ca3 try latin-1 if utf-8 doesn't work, when decoding exception strings ndparker 2017-10-23 09:32:14 +0200
  • db491651f0 Fix README greenmoon55 2017-10-21 00:22:26 -0400
  • d6e875119a Add at_front option for decorated functions Dmitriy Sorokin 2017-10-10 12:14:35 +0300
  • c095fe1825 Fixed #731 - Code review issues. Added delete_jobs parameter and pipelining. Theo 2017-10-04 11:29:33 +0100
  • 43c9279c8d Merge pull request #882 from jiajunhuang/specify_logging_level Selwin Ong 2017-09-21 09:31:47 +0700
  • 47ee65eb84 Merge pull request #880 from samuelcolvin/millisecs-in-timestamps Selwin Ong 2017-09-21 09:30:15 +0700
  • 7408c23bc5 expose set logging level in cmd Jiajun Huang 2017-09-18 14:52:39 +0800
  • 260fd84f51 add milliseconds into timestamps, fix #721 Samuel Colvin 2017-09-09 20:28:53 +0100
  • 19bc288378 Merge pull request #877 from theodesp/Issue-809 Selwin Ong 2017-09-09 20:42:31 +0700
  • fa6c28bf3c Merge pull request #876 from theodesp/Issue-866 Selwin Ong 2017-09-09 20:41:45 +0700
  • 160fe99323 Fixed #731 - Support for deleting Queues Theo 2017-09-08 12:59:36 +0100
  • 0fab93d683 Fixed #809 - Added tests for various cli config parameters Theo 2017-09-08 12:21:30 +0100
  • 261f4ac3d5 Fixed #866 - Flak8 errors Theo 2017-09-08 10:30:25 +0100
  • 096c5ad3c2 Fixed #866 - Flak8 errors Theo 2017-09-08 10:28:10 +0100
  • 009c478822 Merge pull request #868 from theodesp/issue-867 Selwin Ong 2017-09-08 16:13:53 +0700
  • 4447aa1a82 Merge latest master. Code reviews. # Conflicts: # setup.py Theo 2017-09-08 10:01:38 +0100
  • 906440e83f Merge pull request #874 from samuelcolvin/remove-py2.6 Selwin Ong 2017-09-06 05:45:58 +0700
  • 423da3683c remove python 2.6 support Samuel Colvin 2017-09-05 21:07:40 +0100
  • cc41bdfa65 Bump version to 0.8.2. Selwin Ong 2017-09-05 10:57:52 +0700
  • 50e107a5a4 Merge branch 'master' of github.com:nvie/rq Selwin Ong 2017-09-05 10:52:01 +0700
  • 0c0b9f98f2 Merge pull request #871 from theodesp/Issue-870 Selwin Ong 2017-09-05 10:50:32 +0700
  • ee64114e6e Fixed #870 Improved test coverage for connections.py and utils.py Theo 2017-08-31 12:23:17 +0100
  • a30129669f Fixed #867 Simplified code in setup.py Theo 2017-08-31 09:45:26 +0100
  • 16e02ca1d4 Smoke tests Theo 2017-08-31 09:24:01 +0100
  • 04258d9946 Update clicks requirement in setup.py Selwin Ong 2017-08-07 18:02:36 +0700
  • 801b3b7293 Added non zero check for Queue class. Selwin Ong 2017-08-03 13:49:58 +0700
  • 8244b898fe Update PyPI classifiers. Selwin Ong 2017-07-31 13:48:38 +0700
  • 4a9bc6e76a Merge branch 'master' of github.com:nvie/rq Selwin Ong 2017-07-28 15:56:26 +0700
  • 03c3f66ca7 Bump version to 0.8.1. Selwin Ong 2017-07-28 15:52:48 +0700
  • 7d61bcd76c Merge pull request #861 from nvie/fix-unpickleable-result Selwin Ong 2017-07-28 14:01:03 +0700
  • 0efb87a46b Fixed test error in Python 3. Selwin Ong 2017-07-28 13:49:38 +0700
  • 54bc04bb45 job.save() shouldn't crash on unpickleable return value. Selwin Ong 2017-07-28 13:36:30 +0700
  • 29068151c9 Merge pull request #858 from sjtbham/master Selwin Ong 2017-07-23 07:29:10 +0700
  • fab545c193 path option needs to be a shared command to ensure that settings file can be loaded from subcommands such as requeue, resume etc otherwise sentinel config cannot be passed Simon Thompson 2017-07-14 07:23:26 +0000
  • 2bc2f447d3 Merge pull request #841 from strawposter/master Selwin Ong 2017-07-05 13:02:38 +0700
  • 3666f4987e Merge pull request #855 from floqqi/master Selwin Ong 2017-07-05 13:02:17 +0700
  • 5f5e113790 Merge pull request #831 from katichev/explicit_cleanup Selwin Ong 2017-06-21 22:08:31 +0700
  • 165b7ae6b9 Merge pull request #845 from liangsijian/master Selwin Ong 2017-06-21 22:06:17 +0700
  • 339de5affa Merge pull request #852 from amjith/patch-1 Selwin Ong 2017-06-21 22:05:52 +0700
  • 61f27215b3 Windows: Use SIGTERM instead of SIGKILL Florian 2017-06-19 12:53:51 +0200
  • 3cf5850afc Honor the job_class for failed_queue. Amjith Ramanujam 2017-06-07 13:31:44 -0700
  • 4556f39c34 use enum WorkerStatus instead of str liangsijian 2017-05-28 23:31:51 +0800
  • 89521f8dae Merge pull request #844 from liangsijian/patch-1 Selwin Ong 2017-05-27 19:07:00 +0800
  • 4875331b60 Optimize job.dependency liangsijian 2017-05-26 14:32:08 +0800
  • 09697e567f revert back job.cleanup changes Alexey Katichev 2017-05-22 14:31:22 +0300
  • f2ff1b05f7 accept multiple path kirill 2017-05-15 18:06:19 +0300
  • 8ebebc9f7c Merge pull request #833 from yaniv-g/extract_move_to_failed_queue Selwin Ong 2017-05-15 21:05:33 +0700
  • 7dc5d4a936 local commit to avoid circular imports. Yaniv Greenberg 2017-05-14 11:28:59 +0300
  • 2da4ccd48d Moved move_to_failed_queue to separate file. Yaniv Greenberg 2017-05-14 11:12:35 +0300
  • d71a6c2ece Merge pull request #832 from yaniv-g/master Selwin Ong 2017-05-13 11:20:29 +0700
  • a3e1ba9450 Merge pull request #836 from fate0/master Selwin Ong 2017-05-13 11:19:30 +0700
  • 1ebf880402 fix uncaught StopRequested during send heartbeat fate0 2017-05-12 18:21:11 +0800
  • b49e039d63 Separate move_to_failed_queue from the worker to allow it's use in cli exception handler. Yaniv Greenberg 2017-05-08 18:42:20 +0300
  • 39e43207a6 * Added support to use strings to specify both result_ttl and ttl. * Added Days as possible timeout string (as 'd') Yaniv Greenberg 2017-05-08 17:44:32 +0300
  • b7d50cedc4 replace job.id with job instance in local _job_stack Alexey Katichev 2017-05-07 17:11:44 +0300
  • 3596449cc0 remove implicit cleanup call from job.save Alexey Katichev 2017-05-07 16:57:12 +0300
  • fbe4cafe2a Updated changelog and tag v0.8. Selwin Ong 2017-05-01 17:09:31 +0700
  • a0113c83cf introduce job.update_meta() to store updated meta to Redis (#823) Alexey Katichev 2017-04-30 16:43:31 +0300
  • fe84828d72 Bump up version to 0.8.0 and updated changelog. Selwin Ong 2017-04-29 21:18:21 +0700
  • dc45ab8799 Worker.find_by_key should use hmget instead of repeated hget calls. (#826) Selwin Ong 2017-04-29 20:36:17 +0700
  • cd529d0ce1 Fixed issue#72 (#818) luojiebin 2017-04-28 11:13:42 +0800
  • 92cf6f4696 Add waitpid() return value to workhorse error/log messages (#819) Aarni Koskela 2017-04-28 03:42:28 +0300
  • b7d4b4ec1b Solve the UnicodeDecodeError while decode literal things. (#817) Peng Liu 2017-04-19 12:16:24 +0800
  • cab89254b5 Make `Queue.enqueue_job()` execute immediately if `async=False` (#798) Felipe Lacerda 2017-04-15 13:02:48 +0200
  • 1029adaf1b add sentinel support (#808) strawposter 2017-04-10 12:34:12 +0300
  • 9c0130fe81 Merge pull request #814 from peter-featherstone/patch-1 Selwin Ong 2017-04-10 16:27:23 +0700
  • a99d79187b Minor spelling mistake Peter Featherstone 2017-04-07 13:11:13 +0100
  • 5660f925ae Merge pull request #788 from friedcell/master Selwin Ong 2017-04-04 05:59:51 +0700
  • f6b4c286c9 Merge pull request #757 from jaywink/fix-unicode-decode-error Selwin Ong 2017-04-04 05:59:07 +0700
  • 518e4d1726 Merge pull request #810 from selwin/job-deletion-improvements Selwin Ong 2017-04-02 19:41:51 +0700
  • f760fcb20f job.delete() should cleans itself from FailedQueue and various registries. Selwin Ong 2017-04-01 18:12:41 +0700
  • 684281fbf7 Merge pull request #801 from SylvainDe/master Selwin Ong 2017-03-24 06:33:23 +0700
  • ce89b563eb Remove versions Sylvain 2017-03-23 17:48:23 +0100
  • 21c1e04593 Merge pull request #800 from samuelcolvin/heroku-fix Selwin Ong 2017-03-23 07:48:00 +0700
  • fd9babe8ce correct heroku worker exit logic Samuel Colvin 2017-03-09 11:11:19 +0000
  • b504e197d5 Add most recent Python versions in Travis CI Sylvain 2017-03-08 15:26:57 +0100
  • 2dd923c718 Merge pull request #796 from davidthewatson/patch-1 Selwin Ong 2017-02-28 20:57:07 +0700
  • 2d7e1c43f0 Fix pip install from HEAD of origin/master david watson 2017-02-27 14:11:24 -0500
  • c8a955fbb1 Merge commit '83007b20740a97f085a14d3840d1e434350c6600' Marko Mrdjenovic 2017-02-14 11:26:24 +0100
  • 213969742e Fix UnicodeDecodeError when failing jobs Jason Robinson 2016-11-14 18:36:33 +0200
  • 83007b2074 Merge pull request #786 from jezdez/backend-class-overrides Selwin Ong 2017-02-03 15:56:19 +0700
  • e0be02653e Merge pull request #768 from zyegfryed/master Selwin Ong 2017-02-03 15:39:05 +0700
  • e531cd05fe Merge pull request #781 from WeatherGod/dont_clobber_jobinfo Selwin Ong 2017-02-03 15:35:09 +0700
  • 35fb6b0b9a move actual execute to a separate method to make it easier to run async jobs Marko Mrdjenovic 2017-01-29 21:53:09 +0100
  • 3da3eab11d moved job run to separate method to make async jobs easier Marko Mrdjenovic 2017-01-29 21:15:50 +0100
  • efb30b45a3 Take a different tack, and enable the exclusion of meta from saves Benjamin Root 2017-01-27 13:37:30 -0500
  • 30a7ab4899 Add similar test for when the job fails Benjamin Root 2017-01-09 12:06:57 -0500
  • f68aeff481 Added integration test for the metadata persistence feature Benjamin Root 2017-01-09 11:49:36 -0500
  • 56c89c1334 Trigger a refresh after job execution Benjamin Root 2017-01-06 17:17:42 -0500
  • c019662430
    Allow passing backend classes (job, queue, worker, connection) from CLI and other APIs Jannis Leidel 2017-01-23 16:37:47 +0100
  • 27e4f3a768
    Small refactor to simplify registry key setup. Jannis Leidel 2017-01-23 15:07:07 +0100
  • b241d50c10 Merge pull request #774 from samuelcolvin/heroku-warm-shutdown-fix Selwin Ong 2017-01-25 06:37:57 +0700
  • eaa350443c Merge pull request #778 from Atala/set_sentry_transport Selwin Ong 2017-01-25 06:29:29 +0700
  • 544f985d41 fix: set HTTP transport as default for sentry Atala 2016-12-27 16:42:43 +0100
  • 763a304ec6 cope with python 2.6 yawwwwwwn Samuel Colvin 2016-12-20 16:47:10 +0000
  • f50bdb31bf skip test_run_scheduled_access_self on pypy Samuel Colvin 2016-12-20 16:34:13 +0000