rq/tests
Selwin Ong fc86e9ab5e
Jobs can return Retry object to retry execution (#2159)
* Jobs can return a Retry object

* Fix test on Redis < 5

* Fix ruff warnings

* Minor house keeping

* More minor fixes

* More typing improvements

* More fixes

* Fix typing
2024-12-01 15:58:05 +07:00
..
config_files Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +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 Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +07:00
fixtures.py Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +07:00
test.json Deprecate current connection (#2043) 2024-02-21 07:37:15 +07:00
test_callbacks.py Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +07:00
test_cli.py Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +07:00
test_commands.py Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +07:00
test_connection.py Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +07:00
test_decorator.py Deprecate current connection (#2043) 2024-02-21 07:37:15 +07:00
test_dependencies.py Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +07:00
test_executions.py RQ execution fixes (#2128) 2024-10-02 09:13:13 +07:00
test_fixtures.py Deprecate current connection (#2043) 2024-02-21 07:37:15 +07:00
test_group.py Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +07:00
test_helpers.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_intermediate_queue.py Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +07:00
test_job.py Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +07:00
test_queue.py Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +07:00
test_registry.py Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +07:00
test_results.py Removed utils.utcnow() (#2056) 2024-03-11 19:44:12 +07:00
test_retry.py Jobs can return Retry object to retry execution (#2159) 2024-12-01 15:58:05 +07:00
test_scheduler.py Jobs can return Retry object to retry execution (#2159) 2024-12-01 15:58:05 +07:00
test_serializers.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_timeouts.py Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +07:00
test_utils.py Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +07:00
test_worker.py Replace Black with Ruff as formatter tool (#2152) 2024-11-20 15:34:27 +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