rq/tests
Selwin Ong c556106a38
Main worker should use zadd(xx=True) to update heartbeat. (#1550)
2021-08-26 19:16:52 +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 Main worker should use zadd(xx=True) to update heartbeat. (#1550) 2021-08-26 19:16:52 +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 Multidependencies (#1397) 2021-02-02 18:22:15 +07:00
test_helpers.py Restored the ability to specify connection params in config 2015-02-23 17:28:51 +07:00
test_job.py Add option to enqueue a job's dependents when canceling (#1549) 2021-08-26 19:16:12 +07:00
test_queue.py Respect serializer (#1538) 2021-08-24 07:40:29 +07:00
test_registry.py Respect serializer (#1538) 2021-08-24 07:40:29 +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 Use pickle.HIGHEST_PROTOCOL by default (#1254) 2020-05-16 17:42:07 +07:00
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 job.cancel() puts job into CanceledJobRegistry. (#1546) 2021-08-22 07:19:15 +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