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
Now that have the celery workers, we could implement periodic cleaning of the database. Example of things to clean:
If session created more than a week AND no neutral trial => remove
If session created more than a week AND neutral trial is error => remove
TBD since we might want to reprocess, although unlikely
If trial created more than a day again AND status is recording => remove
The first time we run things, there will be a ton of things to remove, which might bug the workers but that might not be a problem. We could bump resources for like a day or so.
Now that have the celery workers, we could implement periodic cleaning of the database. Example of things to clean:
The first time we run things, there will be a ton of things to remove, which might bug the workers but that might not be a problem. We could bump resources for like a day or so.
Thoughts @suhlrich and @AlbertoCasasOrtiz? Feel free to add to the list.
The text was updated successfully, but these errors were encountered: