summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added `auto_start` argument to scheduler.acquire_locks()Selwin Ong2019-09-213-5/+26
* Use OSError rather than ProcessLookupError for PyPy compatibilitySelwin Ong2019-09-101-1/+1
* Only call stop_scheduler if there's a scheduler presentSelwin Ong2019-09-101-2/+4
* Somewhat working implementation of RQ schedulerSelwin Ong2019-09-105-74/+182
* Merge branch 'master' into job-schedulingSelwin Ong2019-09-086-6/+25
|\
| * Fix unreliable test (#1126)Vladimir Protasov2019-09-081-2/+5
| * Fix where -> were typo (#1121)Andy Lulham2019-09-081-1/+1
| * docs/jobs: Fix minor typo (#1128)William Woodruff2019-09-081-1/+1
| * Add failure_ttl on job decorator (#1130)Bartłomiej Biernacki2019-09-082-2/+17
| * Include LICENSE in manifest (#1134)Igor Gnatenko2019-09-081-0/+1
* | 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