-
v1.5.08f0849a7 · ·
v1.5.0 - Allow logging configuration from configuration yaml file - Add missing __init__.py so find_packages keep finding sql modules - docs: Include module indices only when building standalone package doc
-
v1.4.08e125f1d · ·
v1.4.0 - cli.add_forge_now: Open `register-lister` with sensible defaults - cli.add_forge_now: Open `schedule-first-visits` with sensible defaults
-
v1.3.0e2878b5f · ·
v1.3.0 - task add: Ensure task type provided exist and raise otherwise - grab_next_visits: Open lister name and instance name filtering - send-to-celery: Adapt to schedule from lister name & instance_name - Ensure origins are not visited faster than twice a day - Refresh task type data from the database every time recurrent tasks are run - Use json instead of msgpack for serializers - pre-commit, tox: Bump pre-commit, codespell, black and flake8
-
v1.2.317c6d488 · ·
v1.2.3 - Fix compatibility issue with latest dependency version - backend: Prevent query exception when lister ids is empty
-
v1.2.00496c397 · ·
v1.2.0 - Remove unused get_current_version method - tests: use stock pytest_postgresql factory function
-
v0.23.05c836d64 · ·
v0.23.0 Changelog: * Allow to specify the visit grab parameters per visit type and policy * Pin mypy and drop type annotations which makes mypy unhappy * Use a temporary table to update scheduler metrics * Clean up disabled scheduler archival task related services
-
v0.21.00a6aac58 · ·
v0.21.0 Changelog: - Ensure there is no duplicated origins in the insertion batches
-
v0.20.02abb3936 · ·
v0.20.0 - recurrent visits scheduler: use policy weights instead of ratios - recurrent visits scheduler: Improve docs rendering - backend: Fix CardinalityViolation in grab_next_visits on duplicate origins
-
v0.19.050d7fd7f · ·
v0.19.0 - Add a new cli endpoint to schedule recurrent visits in Celery - grab_next_visits: avoid time interval calculations in PostgreSQL - Restrict the click version to avoid conflict version with celery's - Add docstring to runner and listener modules - Drop deprecated listener module - scheduler: Deprecate unused main celery runner
-
v0.18.0ecc14007 · ·
v0.18.0 - Refine scheduling policy for origins with no known last update - Add a swh scheduler origin send-to-celery subcommand - runner: Improve help message on the task types flag. - send-to-celery: Add more options to allow scheduling of edge cases - Add table sampling option to grab_next_visits - journal_client: Only upsert if we have something to upsert