-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem?
The evaluation cron job currently loops through each organization to check for in_progress evaluations. While this ensures all organizations are covered, the evaluation table is small enough that we could take a simpler approach.
Describe the solution you'd like
Optimize the evaluation cron job:
- Query all
in_progressevaluations directly instead of looping per organization - Add index on
statuscolumn to speed up the query
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
No status