rq/tests
Selwin Ong 2cbad700f2 Fixes a race condition bug which causes finished jobs to be moved to FailedJobRegistry 2021-08-24 13:53:53 +07:00
..
config_files RQ v1.0! (#1059) 2019-03-30 09:13:56 +07:00
ssl_config Fix RQScheduler when run with SSL connection (#1383) 2020-11-27 07:27:30 +07:00
Dockerfile Docker (#1471) 2021-06-12 11:51:11 +07:00
__init__.py Success and failure callbacks (#1480) 2021-06-22 10:30:46 +07:00
fixtures.py Success and failure callbacks (#1480) 2021-06-22 10:30:46 +07:00
test.json Allows enqueueing by the cli (#1466) 2021-08-20 13:43:06 +07:00
test_callbacks.py Success and failure callbacks (#1480) 2021-06-22 10:30:46 +07:00
test_cli.py Fixes a race condition bug which causes finished jobs to be moved to FailedJobRegistry 2021-08-24 13:53:53 +07:00
test_commands.py Respect serializer (#1538) 2021-08-24 07:40:29 +07:00
test_connection.py Fixes Job.fetch when return value is unpickleable (#1184) 2020-01-31 19:28:32 +07:00
test_decorator.py Allow retries to be set through decorator (#1319) 2020-08-14 07:17:03 +07:00
test_fixtures.py
test_helpers.py Restored the ability to specify connection params in config 2015-02-23 17:28:51 +07:00
test_job.py Respect serializer (#1538) 2021-08-24 07:40:29 +07:00
test_queue.py Respect serializer (#1538) 2021-08-24 07:40:29 +07:00
test_registry.py Fixes a race condition bug which causes finished jobs to be moved to FailedJobRegistry 2021-08-24 13:53:53 +07:00
test_retry.py Make unstable tests more stable (#1523) 2021-08-03 08:00:49 +07:00
test_scheduler.py Make RQScheduler work with a serializer (#1455) 2021-05-14 17:57:09 +07:00
test_sentry.py Replace enum function with internal Enum class (#1459) 2021-05-07 11:10:46 +07:00
test_serializers.py
test_utils.py Extract `Job.get_call_string` logic to `utils.get_call_string` (#1499) 2021-06-23 21:12:39 +07:00
test_worker.py Fixes a race condition bug which causes finished jobs to be moved to FailedJobRegistry 2021-08-24 13:53:53 +07:00
test_worker_registration.py clean_worker_registry cleans in batches to prevent submitting too muc… (#1390) 2021-01-09 10:12:51 +07:00