You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a small enhancement that will make statistics much cleaner. Right now the projects are added to check queue after some time even if the project belongs to blacklisted backend. This enhancement propose to change the behavior to not include any project with blacklisted backend till all the projects, which were blocked by rate limit, were processed.
Requirements
Skip projects that are ready to check, but are part of the blacklisted backend, than we could remove the backend from blacklist as it is done right now. This way if we hit rate limit, it will be only with the projects that were in the rate limit queue before.
How this will make Anitya better
This will make any statictics much cleaner and the check will be much faster, because it will skip plenty of projects that will be skipped anyway.
The text was updated successfully, but these errors were encountered:
It doesn't make much sense to add projects from blacklisted backend to
check queue when they will be skipped anyway.
This will make run statistics make clearer and will add the projects that
were in the run when the backend was blacklisted to be checked first.
Closesfedora-infra#888
Signed-off-by: Michal Konečný <[email protected]>
It doesn't make much sense to add projects from blacklisted backend to
check queue when they will be skipped anyway.
This will make run statistics make clearer and will add the projects that
were in the run when the backend was blacklisted to be checked first.
Closes#888
Signed-off-by: Michal Konečný <[email protected]>
Description
This is just a small enhancement that will make statistics much cleaner. Right now the projects are added to check queue after some time even if the project belongs to blacklisted backend. This enhancement propose to change the behavior to not include any project with blacklisted backend till all the projects, which were blocked by rate limit, were processed.
Requirements
How this will make Anitya better
This will make any statictics much cleaner and the check will be much faster, because it will skip plenty of projects that will be skipped anyway.
The text was updated successfully, but these errors were encountered: