summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added test for Result.get_latest()resultsSelwin Ong2021-11-061-1/+5
* Merge branch 'master' of github.com:rq/rq into resultsSelwin Ong2021-11-062-4/+32
|\
| * add REDIS_SSL_CERT_REQS cli parameter (#1495)mgcdanny2021-10-272-4/+32
* | Failures are now saved properly too.Selwin Ong2021-10-166-21/+64
* | Successful results are savedSelwin Ong2021-10-164-16/+21
* | result.save() should accept pipelineSelwin Ong2021-10-162-8/+10
* | Merge branch 'master' into resultsSelwin Ong2021-10-1643-305/+2135
|\ \ | |/
| * put versions in quotes (#1572)rpkak2021-10-112-3/+3
| * Python 3.10 compatibility (#1563)rpkak2021-10-078-22/+16
| * Fix `job.cancel` to remove job from registries if not in queue (#1564)Josh Cohen2021-09-292-10/+71
| * bugfix: worker: Launch pubsub thread in `daemon` mode. (#1559)mike w2021-09-161-1/+1
| * RPass serializer to queue at cli (#1556)Josh Cohen2021-09-132-5/+8
| * Add missing functionality for CanceledJobRegistry (#1560)Josh Cohen2021-09-134-1/+22
| * Fix link Round Robin / Random worker classes (#1561)luto2021-09-131-1/+1
| * Bump version to 1.10.0v1.10Selwin Ong2021-09-092-1/+12
| * Add more tolerance to scheduler heartbeat (#1555)Selwin Ong2021-09-072-6/+6
| * Main worker should use zadd(xx=True) to update heartbeat. (#1550)Selwin Ong2021-08-264-11/+9
| * Add option to enqueue a job's dependents when canceling (#1549)Josh Cohen2021-08-264-20/+108
| * 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
* | Merge branch 'master' into resultsSelwin Ong2021-05-2812-122/+199
|\ \ | |/
| * 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