rq/tests
Terence Honles ccdff1f003
Ensure the Redis socket timeout is long enough for blocking operations (#2120)
This change checks for Redis connection socket timeouts that are too
short for operations such as BLPOP, and adjusts them to at least be the
expected timeout.
2024-09-07 08:53:55 +07:00
..
config_files Delete legacy.py (#2083) 2024-05-02 08:20:41 +07:00
ssl_config Fix RQScheduler when run with SSL connection (#1383) 2020-11-27 07:27:30 +07:00
Dockerfile Store project metadata in pyproject.toml (PEP 621) (#1952) 2024-02-24 10:07:56 +07:00
__init__.py Remove RQTestCase.testconn (#2109) 2024-08-04 10:11:47 +07:00
fixtures.py Deprecate current connection (#2043) 2024-02-21 07:37:15 +07:00
test.json Deprecate current connection (#2043) 2024-02-21 07:37:15 +07:00
test_callbacks.py Fix bug with stopped callback in enqueue_many (#1954) 2024-02-24 09:51:20 +07:00
test_cli.py Deprecate current connection (#2043) 2024-02-21 07:37:15 +07:00
test_commands.py Deprecate current connection (#2043) 2024-02-21 07:37:15 +07:00
test_connection.py Deprecate current connection (#2043) 2024-02-21 07:37:15 +07:00
test_decorator.py Deprecate current connection (#2043) 2024-02-21 07:37:15 +07:00
test_dependencies.py Implement TTL for deferred jobs (#2111) 2024-08-11 19:23:28 +07:00
test_executions.py Removed utils.utcnow() (#2056) 2024-03-11 19:44:12 +07:00
test_fixtures.py Deprecate current connection (#2043) 2024-02-21 07:37:15 +07:00
test_group.py Remove RQTestCase.testconn (#2109) 2024-08-04 10:11:47 +07:00
test_helpers.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_intermediate_queue.py Remove RQTestCase.testconn (#2109) 2024-08-04 10:11:47 +07:00
test_job.py Update Job.get_status and Job.restore to consistently return JobStatus Enum (#2039) 2024-05-26 09:37:55 +07:00
test_queue.py Register queue also for deferred job (#2108) 2024-07-18 09:42:21 +07:00
test_registry.py Implement TTL for deferred jobs (#2111) 2024-08-11 19:23:28 +07:00
test_results.py Removed utils.utcnow() (#2056) 2024-03-11 19:44:12 +07:00
test_retry.py Deprecate current connection (#2043) 2024-02-21 07:37:15 +07:00
test_scheduler.py Deprecate current connection (#2043) 2024-02-21 07:37:15 +07:00
test_serializers.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_timeouts.py Deprecate current connection (#2043) 2024-02-21 07:37:15 +07:00
test_utils.py Update Job.get_status and Job.restore to consistently return JobStatus Enum (#2039) 2024-05-26 09:37:55 +07:00
test_worker.py Ensure the Redis socket timeout is long enough for blocking operations (#2120) 2024-09-07 08:53:55 +07:00
test_worker_pool.py Set workerpool with_scheduler defaults to True (#2027) 2024-02-24 09:50:26 +07:00
test_worker_registration.py Fix test_clean_large_registry 2024-04-27 15:00:42 +07:00