Tags give the ability to mark specific points in history as being important
-
v1.3.0
e2878b5f · ·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.1.0
0365b853 · ·v1.1.0 * Add 'lister_name' and 'lister_instance_name' arguments to all tasks created from ListedOrigin * Make scheduling policy used in schedule_recurrent configurable * Update a bit the documentation for the new origin visit scheduler * test/lint maitenance
-
v0.19.0
50d7fd7f · ·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.0
ecc14007 · ·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