summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Main worker should use zadd(xx=True) to update heartbeat.fix-race-conditionSelwin Ong2021-08-244-11/+9
* Respect serializer (#1538)Josh Cohen2021-08-2412-72/+276
* job.cancel() puts job into CanceledJobRegistry. (#1546)Selwin Ong2021-08-228-34/+103
* Fix repo url for git intallation (#1545)waldner2021-08-211-1/+1
* Minor changes (#1544)Selwin Ong2021-08-212-0/+12
* Fixed SENTINEL docsSelwin Ong2021-08-211-1/+1
* Requeueing job should clear job.exc_info (#1543)Selwin Ong2021-08-213-5/+5
* job: add get_meta() function (#1536)Paul Spooren2021-08-213-1/+28
* Allows enqueueing by the cli (#1466)rpkak2021-08-205-6/+507
* add None check before dependencies_are_met (#1532)César Ferradas2021-08-201-1/+1
* fix: typo on readme file - enqueue_in() (#1534)Stanley Ruheza2021-08-201-1/+1
* Make unstable tests more stable (#1523)rpkak2021-08-032-5/+5
* fix query request of issue listing (#1519)rpkak2021-07-281-1/+1
* Use result_ttl for synchronous queues (#1510)Bo Bayles2021-07-192-1/+13
* Daily workflow for dependency testing (#1470)rpkak2021-07-191-0/+109
* Handle ResponseError when CLIENT command is not supported (#1514)César Ferradas2021-07-151-2/+10
* Updated changelogv1.9.0Selwin Ong2021-06-301-0/+6
* Extract `Job.get_call_string` logic to `utils.get_call_string` (#1499)Adrian Sadłocha2021-06-233-19/+50
* Success and failure callbacks (#1480)Selwin Ong2021-06-2210-50/+347
* Ensure pipeline in multi mode after dep setup (#1498)Josh Cohen2021-06-222-0/+18
* Make `Queue.enqueue`, `Queue.enqueue_call`, `Queue.enqueue_at``Queue.parse_a...Josh Cohen2021-06-204-42/+240
* Added logging trace for failed import for user-level debugging (#1494)Natalino Busa2021-06-171-0/+5
* Docs: Add scheduled to job.get_status() (#1493)rpkak2021-06-161-1/+1
* Quickfix: Change Dockerhub Username (#1491)rpkak2021-06-121-1/+1
* Docker (#1471)rpkak2021-06-125-21/+78
* Add chat page (#1474)rpkak2021-06-123-0/+24
* Handle deserializing failures gracefully (#1428)Cyrille Lavigne2021-06-125-15/+66
* Add environment variables for connection (#1472)rpkak2021-05-302-2/+27
* Typo: Than -> Then (#1479)Joseph2021-05-301-1/+1
* add `/` (#1475)rpkak2021-05-271-1/+1
* Display ip address of worker in `rq info` (#1463)rpkak2021-05-182-11/+17
* Added Python 3.9 to test matrixv1.8.1Selwin Ong2021-05-172-1/+2
* Updated changelogSelwin Ong2021-05-171-0/+7
* Jobs that get cleaned up should also be retried (#1467)Selwin Ong2021-05-157-111/+175
* Make RQScheduler work with a serializer (#1455)Ashoka Lella2021-05-144-6/+26
* Support for Click 8.0.0 (#1465)rpkak2021-05-143-7/+8
* Upgrade to GitHub-native Dependabot (#1454)dependabot-preview[bot]2021-05-071-0/+7
* Replace enum function with internal Enum class (#1459)MyrikLD2021-05-0714-58/+50
* bugfix: Allow using staticmethods as jobs (#1458)pwws2021-05-074-4/+46
* Cleanup zombie worker leftovers as part of StartedJobRegistry's cleanup() (#1...Omer Lachish2021-04-204-42/+48
* Changed docker CMD to ENTRYPOINT (#1449)rpkak2021-04-201-1/+1
* Fix mistake in doc of Random dequeuing strategy (#1443)Antonino Sabetta2021-04-201-1/+1
* prevent job exception being logged twice (#1440)PetreM2021-04-201-1/+1
* Newer pip install command from git (#1439)James Cobb2021-04-012-2/+2
* Bump version to 1.8.0v1.8.0Selwin Ong2021-03-312-1/+11
* Workers dequeuing jobs from queues using both Round-Robin and Random strategi...Biel Cardona2021-03-313-2/+97
* bugfix: Add self.serializer when calling self.fetch_many in Job.fetch_depende...Jahn Thomas Fidje2021-02-241-1/+1
* Add a "stopped" JobStatus and the machinery to properly handle it (#1394)Daniel Alley2021-02-095-25/+54
* Add runner for asyncio tasks (#1405)MyrikLD2021-02-033-1/+27
* Multidependencies (#1397)skieffer2021-02-024-13/+195