Tags give the ability to mark specific points in history as being important
v0.5.2 - Do no expose pytest-plugin through setuptools, let modules require it when needed
Release swh.scheduler 0.5.1 - Drop dependency on future (not needed anymore)
Release swh.scheduler v0.5.0 - Move celery fixtures to the pytest plugin
Release swh.scheduler 0.4.0 - Extract pytest fixtures to a pytest plugin
Release swh.scheduler 0.3.0 - Add get_listed_origins endpoint
Release swh.scheduler 0.2.2 - Re-introduce root endpoint for the RPC server
Release swh.scheduler 0.2.1 - Bump celery requirement to 4.3+
Release swh.scheduler 0.2.0 - Implement storage of lister and listed origin information - Add swh scheduler celery-monitor command - Overhaul RPC to use automatic generation
Release swh.scheduler v0.1.1 - Add missing dependency on future for celery 4.4.4
Release swh.scheduler v0.1.0 - Blacken source code - Disable azure http logspam - Only schedule tasks when the buffer is somewhat empty
Release swh.scheduler v0.0.72 - Update instantiation of storage in tests - ensure that create_task_type is idempotent - introduce new listener based on pika
v0.0.71 - sentry: Fix initialization init_sentry call
v0.0.70 - Use swh.core.sentry instead of calling sentry_sdk.init directly - backend_es: Fix configuration mapping
v0.0.69 - Fix scheduler's archive task cli - Make the filter task endpoint a paginated endpoint - Add coverage on the archive task cli
v0.0.68 - Fix scheduler's archive task cli - Make the filter task endpoint a paginated endpoint - Add coverage on the archive task cli
v0.0.67 - Fix scheduler's archive task cli - Make the filter task endpoint a paginated endpoint - Add coverage on the archive task cli
Release swh.scheduler v0.0.66 - initialize sentry on celery worker startup - improve task archival endpoints in backend api
Release swh.scheduler v0.0.65 - Drop the scheduler updater - Add a statsd probe for task execution timestamps - Add listener and runner statsd probes - CLI updates - Python packaging housekeeping
v0.0.64 req-swh*: Remove old package loader backend names
v0.0.63 - swh.scheduler.cli: Add `swh scheduler task-type register` cli - Use the shared_task decorator instead of binding to a specific celery app - celery/tests: mostly revert e770eb30 to fix celery app initialization in tests