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
ssl_config
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
test_decorator.py
test_fixtures.py
test_helpers.py
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