Commit Graph

  • e2f398be80 fix --worker-ttl command line arg David Bonner 2014-06-01 21:53:01 -0400
  • 69adec5bc7 Merge pull request #357 from selwin/job-class Vincent Driessen 2014-05-30 07:50:54 +0200
  • 8095a565ac rqworker script should accept "--job-class" parameter. Selwin Ong 2014-05-30 09:02:25 +0700
  • 7ac1c3500a Worker.__init__ should accept custom job class. Selwin Ong 2014-05-30 08:56:00 +0700
  • 141278bb42 Queue.__init__ supports job_class argument. Selwin Ong 2014-05-30 08:49:55 +0700
  • 17a4ed056d use warnings.warn() instead of raise for DeprecationWarning Andrew Gorcester 2014-05-21 15:06:16 -0700
  • 052d0df4bf Update CHANGES. Vincent Driessen 2014-05-21 10:08:47 +0200
  • eb469f8da0 Fix broken stub in tests. Vincent Driessen 2014-05-21 10:04:49 +0200
  • 6644872273 Raise warning when using async Sentry transport. Vincent Driessen 2014-05-21 09:34:09 +0200
  • 2314b62d8c Start release 0.4.6. Vincent Driessen 2014-05-18 08:14:07 +0200
  • f0e02996bc Use single quotes for string literals. Vincent Driessen 2014-05-19 09:30:36 +0200
  • 51fee72f66 fix print in example Zekui Shi 2014-05-13 17:35:28 +0800
  • 0fbc9e4851 Release 0.4.5. Vincent Driessen 2014-05-08 13:56:57 +0200
  • f3058faa36 Merge pull request #347 from friedcell/master Vincent Driessen 2014-05-08 13:56:10 +0200
  • 78b8d2a6ef kwargs must be strings, unicode fails with "keywords must be strings" Marko Mrdjenovic 2014-05-08 13:35:41 +0200
  • 972b367af4 Release 0.4.4. Vincent Driessen 2014-05-07 20:49:48 +0200
  • 83382f51d0 PEP8ify. Vincent Driessen 2014-05-07 21:21:25 +0200
  • c263f8f600 Fix regression introduced in 0.4.3. Vincent Driessen 2014-05-07 21:21:19 +0200
  • a6d9837d87 Merge tag '0.4.3' Vincent Driessen 2014-05-07 20:51:07 +0200
  • 6ee28fae9c Redis 2.7.0 is required for lua scripting support Vincent Driessen 2014-05-07 19:35:46 +0200
  • c0567be69a Release 0.4.3. Vincent Driessen 2014-05-06 15:58:35 +0200
  • da70ba580b Fix broken import. Vincent Driessen 2014-05-06 15:56:09 +0200
  • fba11aac91 Merge branch 'SanyerMyasoedov-master' Vincent Driessen 2014-05-06 15:53:19 +0200
  • c5939479b5 Merge remote-tracking branch 'origin/master' into SanyerMyasoedov-master Vincent Driessen 2014-05-06 15:52:35 +0200
  • 1f423436a5 Move mock to test-only dependencies. Vincent Driessen 2014-05-06 15:51:23 +0200
  • b048e23875 Merge pull request #342 from friedcell/master Vincent Driessen 2014-05-06 15:47:57 +0200
  • ab9e6b852e Fix PEP8 complaints. Vincent Driessen 2014-05-05 10:49:43 +0200
  • 38ec259b6e Enable the most modern Python syntax. Vincent Driessen 2014-05-05 10:49:29 +0200
  • 4746602c57 Explicit string check in Job constructor. Vincent Driessen 2014-05-05 10:15:15 +0200
  • 9def988a85 Flip conditional sides of helper definitions (no semantic change). Vincent Driessen 2014-05-05 10:08:21 +0200
  • 5cba260cca Job and Queue classes as variables (compatible with existing naming) Marko Mrdjenovic 2014-05-04 20:42:29 +0200
  • e76020d894 Removed @resolve_connection from job decorator. msoedov 2014-05-04 15:40:12 +0300
  • dd994142b3 Added tests and updated requirements with mock lib. msoedov 2014-05-04 15:34:42 +0300
  • b4bccb2d31 Moved @resolve_connection call into @delay wrapper msoedov 2014-05-04 15:32:42 +0300
  • 67dd1cbf34 make job class dynamic for more hackability Marko Mrdjenovic 2014-04-28 11:05:44 +0200
  • cb278a9549 Add Python 3.4 to targets. Vincent Driessen 2014-04-28 08:34:52 +0200
  • ef9456ddbd Bump version to 0.4.2. Vincent Driessen 2014-04-28 08:31:09 +0200
  • 5fe82bd543 Merge pull request #341 from SanyerMyasoedov/master Vincent Driessen 2014-04-27 22:50:54 +0200
  • 46c96f9481 Added depends_on to job decorator msoedov 2014-04-27 20:02:33 +0300
  • 415662d42c Bump version. Vincent Driessen 2014-04-22 22:21:37 +0200
  • e60584ef76 Use single quotes for string literals. Vincent Driessen 2014-04-22 22:20:07 +0200
  • dfd23d6fb8 Fix bug where RQ 0.4 could not unpickle jobs from RQ 0.3.x. Vincent Driessen 2014-04-22 22:19:52 +0200
  • 39258e2c15 Release 0.4.0. Vincent Driessen 2014-04-22 16:10:19 +0200
  • aef7af9c77 Merge pull request #334 from nvie/emptying-failed-queue Vincent Driessen 2014-04-14 11:39:21 +0200
  • 7ea106e50e Merge pull request #333 from selwin/explicit-args Vincent Driessen 2014-04-14 11:38:35 +0200
  • cb34acc279 Add rqinfo -X command. Vincent Driessen 2014-04-14 11:32:01 +0200
  • 4d9c20d5d9 Reimplement Queue.empty() in a Lua script. Vincent Driessen 2014-04-14 11:26:02 +0200
  • 057c4657ef Fix whitespace. Vincent Driessen 2014-04-14 11:25:24 +0200
  • fdf4abcf69 Fix pipeline call. Vincent Driessen 2014-04-14 11:24:55 +0200
  • 4f918041e3 Rearranged how explicit kwargs are passed into queue.enqueue(). Fixes #322 Selwin Ong 2014-04-11 16:47:31 +0700
  • 76e2470c67 Merge pull request #332 from tomashanacek/master Vincent Driessen 2014-04-08 08:56:15 +0200
  • 6494233058 rqworker default arguments of socket, worker_ttl, results_ttl bugfix Tomas Hanacek 2014-04-07 19:10:29 +0200
  • 35d839f4e2 Merge pull request #330 from selwin/death-penalty Vincent Driessen 2014-04-04 13:04:14 +0200
  • 3649ff863b Don't rely on external package `first`. Vincent Driessen 2014-04-04 13:01:30 +0200
  • 7eb6c2ab9f Job timeouts are now handled by "worker.death_penalty_class". Selwin Ong 2014-04-04 17:16:33 +0700
  • a55be12864 Merge branch 'malthe-default-to-environment-args' Vincent Driessen 2014-04-04 09:12:27 +0200
  • 3667e37ed3 Don't expose the envvar values through `rqinfo -h`. Vincent Driessen 2014-04-04 09:00:56 +0200
  • 1ada3462dd Merge pull request #329 from olingerc/workonrqinfo Vincent Driessen 2014-04-04 08:54:17 +0200
  • e16b89de3b Use get_state() instead of .state in rqinfo Christophe Olinger 2014-04-04 08:51:18 +0200
  • 56053a33ec Merge pull request #321 from selwin/cleanup-worker.work Selwin Ong 2014-04-04 08:30:19 +0700
  • e77b3e8a21 Pull argument parser defaults from environment variables. Malthe Borch 2014-03-27 13:19:04 +0100
  • dbcba85815 Properly declare Python 3 compatibility. Vincent Driessen 2014-03-10 15:16:43 -0700
  • 835c353380 Job status should be updated during job.perform(). Selwin Ong 2014-03-06 18:40:09 +0700
  • 57990fa052 Simplify worker.work() by moving some functionalities to relevant methods. Selwin Ong 2014-03-06 18:22:47 +0700
  • f39949eede Merge pull request #320 from selwin/deprecate-job-status Vincent Driessen 2014-03-06 11:48:02 +0100
  • f5c3c9a6dd Deprecate job.status. Selwin Ong 2014-03-06 17:44:46 +0700
  • 97f8ac8c76 Merge pull request #319 from selwin/worker-get_job_id Vincent Driessen 2014-03-06 09:36:55 +0100
  • 72457d2286 Added DeprecationWarning to worker.state. Selwin Ong 2014-03-06 09:44:44 +0700
  • 2fe5d9e25e Python 3 compatibility with worker.get_current_job(). Selwin Ong 2014-03-06 09:41:32 +0700
  • 802ecb5ccb Renamed worker.set_job_id() and worker.get_job_id() for consistency. Selwin Ong 2014-03-06 09:02:59 +0700
  • 93bb9ec5f4 Added tests for worker.get_current_job(). Selwin Ong 2014-03-06 08:57:50 +0700
  • 1b3832adb5 Merge branch 'master' of https://github.com/mbr/rq into worker-get_job_id Selwin Ong 2014-03-05 17:04:22 +0700
  • 37376cfe42 Deprecate worker.state. Selwin Ong 2014-03-05 16:51:32 +0700
  • 383ffa464f Merge branch 'rdooley-master' Vincent Driessen 2014-02-21 07:56:43 +0100
  • d2bbd31c59 Fix some flake8 complaints. Vincent Driessen 2014-02-21 07:56:34 +0100
  • f7e2375b36 Remove two-char short args. Vincent Driessen 2014-02-21 07:55:22 +0100
  • c7498b2066 Merge pull request #312 from selwin/rename-fork_and_perform Vincent Driessen 2014-02-21 07:48:39 +0100
  • 776ed0a1d5 Merge pull request #314 from malthe/add-job-repr Vincent Driessen 2014-02-21 07:48:09 +0100
  • ad529e2609 Add repr for (showing id and enqueue time). Malthe Borch 2014-02-19 12:50:04 +0100
  • 2044e790f5 Renamed Worker.fork_and_perform_job to Worker.execute_job. Selwin Ong 2014-02-10 22:19:23 +0700
  • fb65e321ed Changed timeout to results_ttl. Added similar worker_ttl param Rees Dooley 2014-02-04 09:33:04 -0600
  • f8e775a784 Results timeout arg added to rqworker Rees Dooley 2014-02-03 16:03:17 -0600
  • e81ee5b672 Update worker.py Marc Brinkmann 2014-02-03 08:58:16 +0100
  • 9ad7da684c Merge branch 'KanbanSolutions-use-pipeline-context' Vincent Driessen 2014-01-23 10:41:06 +0100
  • d0381e98ee Fix .pipeline -> ._pipeline. Vincent Driessen 2014-01-23 10:40:29 +0100
  • 19da7616b0 Merge pull request #302 from sylvinus/patch-1 Selwin Ong 2014-01-20 18:15:02 -0800
  • f0a3dd262e Added connection argument to get_current_job() Sylvain Zimmer 2014-01-20 11:41:15 -0800
  • c106604f17 Add note that custom worker classes are now supported. Vincent Driessen 2014-01-08 20:45:19 +0100
  • fd036538f7 Wrap the perform_job try/except in a pipeline context so the pipeline connection is properly refrshed after the work is done Dj Gilcrease 2014-01-07 13:36:52 -0500
  • a2213f1364 Fix tests. Vincent Driessen 2014-01-07 00:33:02 +0100
  • 85a7a14a4c Replace substring in Pickle string differently. Vincent Driessen 2014-01-07 00:24:32 +0100
  • d08352b103 Update CHANGES. Vincent Driessen 2014-01-07 00:23:36 +0100
  • 803f8e7b91 Merge branch 'malthe-lazy-job-data-unpickle' Vincent Driessen 2014-01-07 00:23:03 +0100
  • 44233709ed Allow two-way setting of job data properties. Vincent Driessen 2014-01-07 00:22:13 +0100
  • 66a554bc29 Change AssertionError to proper TypeError. Vincent Driessen 2014-01-06 23:27:58 +0100
  • ce3924c901 Just use a regular private method along with 'property'. Malthe Borch 2014-01-03 10:21:37 +0100
  • c898fe618e Move seemingly general purpose decorator into class scope, use and delete. Malthe Borch 2014-01-03 09:58:39 +0100
  • ba0b39a43b Unpickle job data lazily. This fixes issue #294. Malthe Borch 2013-12-30 17:40:04 +0100
  • 19e58027ac Remove `times` dependency from requirements.txt. Vincent Driessen 2014-01-03 08:12:08 +0100
  • 9d78f145a3 Add wheel support to RQ. Vincent Driessen 2013-12-25 08:58:42 +0100