summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Added scheduler.prepare_registries()Selwin Ong2019-08-034-8/+45
* | Changed scheduler.acquire_locks() to instance methodSelwin Ong2019-07-272-18/+20
* | Fixed test errorsSelwin Ong2019-07-204-20/+39
* | Merge branch 'master' into job-schedulingSelwin Ong2019-07-2013-65/+163
|\ \ | |/
| * Fixed test errors caused by _sentry_trace_headersSelwin Ong2019-07-201-4/+0
| * Bump version to 1.1.0v1.1.0Selwin Ong2019-07-201-1/+1
| * Updated CHANGES.mdSelwin Ong2019-07-201-2/+7
| * otp: reuse utcnow (#1115)Chyroc2019-07-051-1/+1
| * Added logging statements to handle_job_success and handle_job_failure (#1112)Selwin Ong2019-06-223-7/+7
| * Added checks for 0 ttl (#1110)Selwin Ong2019-06-162-1/+23
| * Update worker document for setproctitle feature (#1109)Joe2019-06-161-1/+7
| * Replace procname with setproctitle (#1108)Joe2019-06-161-1/+1
| * rq info management command now cleans up registries when first run (#1107)Selwin Ong2019-06-153-25/+43
| * Improve worker start/stop logging messages (#1105)Selwin Ong2019-06-121-7/+10
| * add the ability to have the worker stop executing after a max amount of jobs ...Paul Robertson2019-06-125-10/+34
| * Update README.mdSelwin Ong2019-06-071-3/+5
| * Fixes disable-job-desc-logging flag on CLI (#1096)janierdavila2019-06-071-2/+3
| * CI - test against py3.8 (#1095)Paul Robertson2019-06-071-7/+11
| * Create FUNDING.ymlSelwin Ong2019-05-301-0/+9
| * remove unused code (#1092)秋葉2019-05-301-1/+0
| * Update README.mdSelwin Ong2019-05-301-0/+4
* | WIP on scheduler's threading mechanismSelwin Ong2019-05-181-3/+49
* | Added ScheduledJobRegistry.get_scheduled_time(job)Selwin Ong2019-05-183-0/+26
* | Merge branch 'master' into job-schedulingSelwin Ong2019-05-185-13/+34
|\ \ | |/
| * Update index.md (#1089)Christopher Pickering2019-05-181-0/+1
| * Fix timeout adding job to StartedJobRegistry (#1086)Ted Summer2019-05-182-1/+21
| * Fix usage example of queue.enqueue() (#1082)Ted Summer2019-05-071-1/+1
| * Updated leftover references to FailedQueueSelwin Ong2019-05-071-10/+10
| * Fix docs on job attributes (#1083)Ted Summer2019-05-071-1/+1
* | Fixed Python 2.7 testsSelwin Ong2019-05-061-8/+13
* | WIP job schedulingSelwin Ong2019-05-066-24/+131
* | Merge branch 'master' into job-schedulingSelwin Ong2019-04-208-45/+100
|\ \ | |/
| * Clarify the use of "args" and "kwargs" in queue.enqueue()Selwin Ong2019-04-141-7/+12
| * Updated docs to change "normal" to "default"Selwin Ong2019-04-141-6/+6
| * Updated docs to change "normal" to "default"Selwin Ong2019-04-141-2/+2
| * Implemented Job.fetch_many (#1072)Selwin Ong2019-04-145-26/+76
| * Give better titles to documentation pages (#1064)Mike Lissner2019-04-094-4/+4
* | First RQScheduler prototypeSelwin Ong2019-04-133-0/+177
|/
* Updated systemd docsSelwin Ong2019-04-071-3/+6
* Added systemd exampleSelwin Ong2019-04-073-1/+42
* Added docs about running workers in productionSelwin Ong2019-04-071-0/+3
* Updated RQ docsSelwin Ong2019-04-061-7/+11
* RQ 1.0 is released todayv1.0Selwin Ong2019-04-061-1/+1
* Variable name mismatch (#1063)SSINGH2019-04-061-1/+1
* RQ v1.0! (#1059)Selwin Ong2019-03-3035-834/+1063
* Fix #1040 queue default timeout bug. (#1042)Wolfgang Langner2019-02-232-2/+20
* Delete .DS_Store (#1043)William Setzer2019-02-231-0/+0
* Merge branch 'master' of github.com:rq/rqSelwin Ong2019-02-056-37/+36
|\
| * Make logging in worker consitent. (#1030)Wolfgang Langner2019-01-302-21/+21
| * refactor: job status check (#1035)Chyroc2019-01-301-6/+8