Commit Graph

  • 4d2157cdb5 Add the same treatment to the README file. Vincent Driessen 2012-08-03 13:20:19 +0200
  • 530930bc7b Fixed code snippets' styling. Alexander Artemenko 2012-08-02 16:52:12 +0400
  • 9bfd686be3 Merge hotfix/0.2.2 Vincent Driessen 2012-08-01 14:04:57 +0200
  • 4d9881eef2 Print version number when running the server. Vincent Driessen 2012-08-01 14:03:45 +0200
  • 080431702d Bump the version. Vincent Driessen 2012-08-01 13:54:21 +0200
  • 740d32ebab Update the changelog. Vincent Driessen 2012-08-01 13:54:05 +0200
  • 1bc0c3d223 Fix bug where pickling the return value caused an uncaught exception. Vincent Driessen 2012-08-01 13:51:01 +0200
  • a4f1de358f Raise a StopException when Control+C is pressed. Selwin Ong 2012-07-26 09:36:50 +0700
  • 7e1f837174 Add changes to change log. Vincent Driessen 2012-07-25 09:11:13 +0200
  • 4057ae768b Merge branch 'selwin-decorator' Vincent Driessen 2012-07-25 08:54:39 +0200
  • 2cb058e91a PEP8ify. Vincent Driessen 2012-07-25 08:47:11 +0200
  • d697ddb93a Resolve connections early. Vincent Driessen 2012-07-24 12:33:22 +0200
  • c7225ba257 Minor bug in test case. Vincent Driessen 2012-07-24 12:30:37 +0200
  • dbf101bc06 Update comment. Vincent Driessen 2012-07-24 11:31:19 +0200
  • bfc3c3d89e Add changes to the change log. Vincent Driessen 2012-07-24 11:28:18 +0200
  • a1d08a64fc Add @wraps() call. Vincent Driessen 2012-07-24 11:19:25 +0200
  • 6b79e51033 PEP8ify. Vincent Driessen 2012-07-24 11:19:04 +0200
  • 35dedf3db4 Make test descriptions show up in short (oneliner) mode, as ./run_tests does. Vincent Driessen 2012-07-24 11:15:23 +0200
  • ea19bdc910 Merge branch 'new-enqueue' into selwin-decorator Vincent Driessen 2012-07-24 11:13:44 +0200
  • abac4a5f41 Since we only have the timeout option, don't be too generic. Vincent Driessen 2012-07-24 11:13:06 +0200
  • 8c3292d35b Make "queue" argument in job decorator required. job decorator now uses Queue's "enqueue_call" method. Selwin Ong 2012-07-24 16:03:49 +0700
  • d66939ff4a Don't use the (internal) .enqueue_call() in unit tests. Vincent Driessen 2012-07-24 10:51:58 +0200
  • ae97f862dc Merge branch 'master' into decorator Selwin Ong 2012-07-24 15:34:03 +0700
  • f6374f2dfa Add new way of invoking .enqueue(), either implicitly or explicitly. Vincent Driessen 2012-07-24 08:33:28 +0200
  • 37404b9e09 Update changelog. Vincent Driessen 2012-07-23 12:01:35 +0200
  • e6bb7de8c0 Get rid of the ambiguity when passing the timeout argument to .enqueue() calls. Vincent Driessen 2012-07-23 11:50:32 +0200
  • f6e67431d7 Refactor the .enqueue() API to not gobble the timeout kwargs. Vincent Driessen 2012-07-23 11:39:21 +0200
  • 8436d9b2c8 PEP8ify. Vincent Driessen 2012-07-23 11:28:56 +0200
  • bdc1af28d1 Added a job decorator. Selwin Ong 2012-07-23 13:25:31 +0700
  • b7d1fab2db Prepare changelog for next version. Vincent Driessen 2012-07-20 14:50:23 +0200
  • a2b9c6ce86 Bump the version. Vincent Driessen 2012-07-20 14:49:18 +0200
  • 1a178d673b Fix bug where results wasn't correctly unpickled when refreshing from Redis. Vincent Driessen 2012-07-20 14:26:05 +0200
  • a9c6795b0e Add new release section. Vincent Driessen 2012-07-18 14:43:28 +0200
  • 987e8fe77f Bump version. Vincent Driessen 2012-07-18 14:43:02 +0200
  • 1ae51018d2 Update changelog for the upcoming release. Vincent Driessen 2012-07-18 14:42:26 +0200
  • 0b66bbaab1 Merge branch 'sleekslush-master' Vincent Driessen 2012-07-18 14:24:50 +0200
  • a032896453 Add means of specifying the job function using strings. Vincent Driessen 2012-07-18 14:03:58 +0200
  • 3a8f30a53e Add test. Vincent Driessen 2012-07-18 14:03:28 +0200
  • 84988bdf94 Fix typo. Vincent Driessen 2012-07-18 14:10:18 +0200
  • 074af72536 Minor fix for empty dict check. Vincent Driessen 2012-07-18 12:55:34 +0200
  • 809874ee83 Don't store Job's "_instance" attribute in Redis. Selwin Ong 2012-07-18 17:36:41 +0700
  • bd4793f116 Add way of running tests unfiltered. Vincent Driessen 2012-07-18 09:43:26 +0200
  • 1d95a35cc6 More portable way of checking whether a command exists. Vincent Driessen 2012-07-18 09:36:33 +0200
  • b0a42f4e25 Add Travis CI configuration file. Vincent Driessen 2012-07-18 09:17:08 +0200
  • 604fce99a1 Merge with master. Vincent Driessen 2012-07-17 22:34:52 +0200
  • 1fb0a1bfac Modified ``Job`` ``save`` and ``refresh`` methods to support persisting additional ``Job`` attributes into Redis. Selwin Ong 2012-07-17 20:23:01 +0700
  • cfbbc3d0ea Merge remote-tracking branch 'omarkhan/instance_methods' Vincent Driessen 2012-07-17 14:09:45 +0200
  • 03bd49511d Allow instance methods to be enqueued Omar Khan 2012-07-17 11:48:41 +0100
  • 34d161eb11 requeueing preserves job timeout Goran Peretin 2012-07-17 08:41:24 +0200
  • 317a58a3b5 quarantine preserves job timeout Goran Peretin 2012-07-17 08:08:35 +0200
  • 8bf0b8eb93 Merge pull request #84 from jonasvp/master Vincent Driessen 2012-07-09 06:27:20 -0700
  • c99cab71cd Use a non-zero exitcode on errors in scripts Jonas 2012-06-19 10:12:33 +0200
  • 5c11ea6296 Merge pull request #83 from jonasvp/master Vincent Driessen 2012-06-08 06:24:36 -0700
  • 415a159ac3 Pass connection explicitly to Job.fetch Jonas 2012-06-08 15:20:05 +0200
  • 074d42fe54 Remove strict procname dependency. Vincent Driessen 2012-06-03 22:08:31 +0200
  • 2729b5435f Uses push_connection() and pop_connection() Craig Slusher 2012-05-30 15:40:00 -0400
  • b8430ffc0f Don't use 'from rq import *'. Vincent Driessen 2012-05-21 08:13:58 +0200
  • 48cee215af Rewrite of the connection setup. Vincent Driessen 2012-05-21 08:08:59 +0200
  • 31259fa106 Fixed examples. use_connection is now being used. Jeffrey Gelens 2012-05-20 23:49:08 +0200
  • 697a4a89f8 Actually use any given default_timeout for queues. Vincent Driessen 2012-05-20 16:45:54 +0200
  • a5d9ed0a0d Add change notes. Vincent Driessen 2012-05-20 16:09:57 +0200
  • 12c5189706 Merge pull request #71 from selwin/worker-connection Vincent Driessen 2012-05-20 07:06:19 -0700
  • f5951900c8 Make unit tests compatible with Python < 2.7. Vincent Driessen 2012-05-18 08:35:23 +0200
  • b45770cd3c Fix unit test expressions. Vincent Driessen 2012-05-18 08:35:02 +0200
  • 50ba003cee Worker's "all" and "find_by_key" methods should accept "connection" as argument. Selwin Ong 2012-05-16 10:59:30 +0700
  • c423cab770 Bump version number. Vincent Driessen 2012-05-15 08:38:10 +0200
  • 8aaa975fa9 Find all packages. Vincent Driessen 2012-05-15 08:37:10 +0200
  • f958d26dfd Add change log. Vincent Driessen 2012-05-14 08:41:56 +0200
  • 7c69ad9182 Bump the version number. Vincent Driessen 2012-05-08 15:21:17 +0200
  • 11f91508c6 Merge pull request #63 from selwin/master Vincent Driessen 2012-05-08 06:00:44 -0700
  • b47fc4aa14 Merge pull request #59 from wichert/console-scripts Vincent Driessen 2012-05-08 05:59:32 -0700
  • 5989228330 Queue.lpop should take connection as argument. Selwin Ong 2012-05-08 16:39:09 +0700
  • ec0e4776b4 Move common code out. Wichert Akkerman 2012-05-04 10:04:37 +0200
  • 9f7d608da8 Renaming typo.. Wichert Akkerman 2012-05-04 10:00:31 +0200
  • 2d4a58631d PyFlakes Wichert Akkerman 2012-05-04 09:57:44 +0200
  • 97d2e4d784 Use console_scripts instead of scripts. Wichert Akkerman 2012-05-04 09:49:18 +0200
  • 1d27223069 Merge pull request #56 from mattdennewitz/master Vincent Driessen 2012-04-19 10:23:28 -0700
  • 9f2f9e367c Class methods now use given "cls" mattdennewitz 2012-04-18 10:54:52 -0500
  • bbfe621bd1 Mention python-requests.org, for completeness sake. Vincent Driessen 2012-04-02 08:37:47 +0200
  • 42c3b593f9 Fix typo in basic example. Vincent Driessen 2012-04-02 00:33:44 +0200
  • b886ba76de Fix AttributeError. Vincent Driessen 2012-04-02 00:32:59 +0200
  • c337afde3a Make the connection stack thread safe. Vincent Driessen 2012-04-01 19:50:44 +0200
  • 282f4be931 Merge branch 'total-ordering-fix' Vincent Driessen 2012-04-01 09:25:51 +0200
  • 25d3f94c9f Use the true Python 2.7 stdlib implementation instead. Vincent Driessen 2012-04-01 09:25:27 +0200
  • 4885458dde Move this hack to a separate file. Vincent Driessen 2012-04-01 08:57:40 +0200
  • c642df93b9 Don't use dict comprehension. It's Python 2.7 only. Vincent Driessen 2012-04-01 08:48:45 +0200
  • d26db69cbd added backport of total_ordering to work with 2.6 aiko1895 2012-03-31 15:49:48 +0300
  • 100d23b72e Tag the first public release. Vincent Driessen 2012-03-28 22:15:51 +0200
  • ccc9abd8fa Fix wording. Vincent Driessen 2012-03-28 10:57:01 +0200
  • 166a79a0fd Fix documentation URL. Vincent Driessen 2012-03-28 10:53:24 +0200
  • 506f7c9e17 Fix incorrect API call in the README example. Vincent Driessen 2012-03-28 10:52:12 +0200
  • 31e492644e Fix year. Vincent Driessen 2012-03-28 10:49:28 +0200
  • b0c9ab168d Never refresh when stdout is not a TTY. Vincent Driessen 2012-03-27 12:23:56 +0200
  • 59aebf8676 Don't filter when no queues are explicitly specified. Vincent Driessen 2012-03-27 12:17:39 +0200
  • 2e5f537abd Rewrite rqinfo to start polling by default. Vincent Driessen 2012-03-27 11:22:22 +0200
  • a7c229ddb1 Reflect new API in the RQ scripts. Vincent Driessen 2012-03-23 15:15:29 +0100
  • 2982486448 New connection management. Vincent Driessen 2012-03-23 14:33:49 +0100
  • a662180fd3 Make importlib dependency conditional on the Python version. Vincent Driessen 2012-03-22 14:51:27 +0100
  • 6bc173f122 Bugfix. Vincent Driessen 2012-03-22 14:12:36 +0100
  • 28216cf63a Implement the requeue_job() top-level API function. Vincent Driessen 2012-03-21 15:25:20 +0100