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 adds the ability to limit the number of autoevaluations
that can be run per hour. If the limit is reached, further evaluations
are skipped and a warning is logged.
We've set the limit to 300 evaluations per hour based on discussion with
data science.
We're treating topic tagging as an auto evaluation. In order to reuse the
quota functionality i've updated the AnswerTopicsJob to ingerit from the
base job and added the quota checks.
0 commit comments