Draft: Implement "stop after success" scheduler policy
- Mar 31, 2025
-
-
Nicolas Dandrimont authored
This stops scheduling visits to origins when the last visit was successful. This will help stop triggering visits for unchanging origins such as tarball-directory, git-checkout, svn-export etc. Implements #4691.
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
This command checks which tasks would be picked up next by the given policy and arguments. It is implemented with a dry_run flag on `grab_next_visits`.
-