summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* log messages < error is now output to stdout instead of stderrlogging-improvementsSelwin Ong2020-07-312-2/+8
* Slightly tweaked docs CSSSelwin Ong2020-07-261-0/+5
* Fixed Github Pages buildSelwin Ong2020-07-261-1/+1
* Bump version to 1.5.0v1.5.0Selwin Ong2020-07-267-20/+64
* Update index.md (#1306)Zhicheng Cai2020-07-261-0/+1
* Job retry feature. Docs WIP (#1299)Selwin Ong2020-07-2313-59/+303
* Fix incorrect worker timeout calculation in SimpleWorker.execute_job (#1304)David Murray2020-07-231-1/+5
* Split kill_house() fix issues #1234 (#1300)wevsty2020-07-132-5/+18
* Fix scheduler on Python 3.8 (#1302)Selwin Ong2020-07-134-11/+35
* Add redis_server_version to worker/job/queue (#1286)Paul Spooren2020-07-124-21/+64
* Python 2.7 supported dropped in 1.4.0 (CHANGES.md) (#1295)mbarkhau2020-07-101-0/+1
* CI: Only test redis-py 3.5.0 (#1294)Paul Spooren2020-07-071-1/+1
* Replace travis with GitHub action (#1290)Paul Spooren2020-07-074-19/+78
* setup: Set min Python version to 3.5 (#1291)Paul Spooren2020-07-071-2/+1
* Improve requirements handling (#1287)Paul Spooren2020-06-293-7/+12
* Fix comment in registry.py (#1285)Konstantin Schubert2020-06-291-1/+1
* Bump version in version.pyv1.4.3Selwin Ong2020-06-281-1/+1
* Bump version to 1.4.3Selwin Ong2020-06-281-0/+6
* worker.register_birth() should set a slightly longer worker key TTL (#1284)Selwin Ong2020-06-281-1/+1
* updated readme with link to monitoring dashboards (#1274)Pranav Gupta2020-06-281-0/+11
* Add get_job_position and get_position feature (#1271)Paul Spooren2020-06-285-0/+68
* Delete run_tests (#1281)Paul Spooren2020-06-271-32/+0
* Worker key TTLs are set to be a bit longer to account for system hiccups (#1279)Selwin Ong2020-06-202-6/+6
* Truncate job args/kwargs to a reasonable length (#1277)JhonnyBn2020-06-201-2/+7
* Job.requeue() doesn't return the job (#1265)ericatkin2020-06-051-1/+1
* Bump version to 1.4.2v1.4.2Selwin Ong2020-05-262-1/+5
* Attempt to fix hmset command for Redis < 4.0 (#1260)Selwin Ong2020-05-261-4/+6
* Took into account DST when computing localtime zones. This wasn't ac… (#1258)Evan Ackmann2020-05-242-7/+36
* Merge pull request #1259 from rq/multi-dependenciesSelwin Ong2020-05-234-27/+285
|\
| * Don't try to import cPicklemulti-dependenciesSelwin Ong2020-05-231-6/+1
| * Merge remote-tracking branch 'origin/master' into multi-dependenciesSelwin Ong2020-05-2315-34/+81
| |\ | |/ |/|
* | Remove Python 2.7 from setup.pySelwin Ong2020-05-161-2/+0
* | Bump version to 1.4.1v1.4.1Selwin Ong2020-05-162-1/+5
* | Use pickle.HIGHEST_PROTOCOL by default (#1254)Bo Bayles2020-05-162-3/+19
* | Avoid deprecation warnings on redis-py 3.5.0 hmset (#1253)Bo Bayles2020-05-163-5/+15
* | Merge branch 'master' of github.com:rq/rqSelwin Ong2020-05-131-9/+4
|\ \
| * | Remove extraneous try/except (#1247)Michael Angeletti2020-05-131-9/+4
* | | Bump version to 1.4.0v1.4.0Selwin Ong2020-05-133-2/+10
|/ /
* | Slightly increase job key timeout in monitor_work_horse()Selwin Ong2020-05-101-1/+1
* | Parse job_id as keyword argument to delay() (#1236) (#1243)grayshirt2020-05-101-1/+2
* | Fix typo in scheduling doc (#1245)Vincent Jacques2020-05-101-1/+1
* | Always set job.started_at in monitor_work_horse (#1242)rmartin482020-05-101-1/+1
* | Fix some code quality issues (#1235)Prajjwal Nijhara2020-05-034-3/+16
* | Add the queue to the Redis queues set when scheduling a job (#1238)Pierre Mdawar2020-04-241-5/+7
| * pipeline calls to get dependency statusesthomas2020-05-131-5/+5
| * Update Job#dependencies_are_met ...thomas2020-04-273-27/+20
| * RevisionsThomas Matecki2020-04-162-6/+6
| * Change parameter name from `exclude` ...Thomas Matecki2020-04-162-10/+5
| * Undo formatting for coverage statsthomas2020-04-162-26/+15
| * Address Deleted Dependenciesthomas2020-04-163-36/+53