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
As discussed in the SciOps workflow introduction meeting.
Currently, dj_worker clears DuplicateErrors under the assumption that we get a DuplicateError from possible job reservation overlaps. This would also, however, clear genuine user-generated DuplicateError.
I propose giving dj_worker a memory of cleared DuplicateErrors and skip those that have been previously cleared.
The text was updated successfully, but these errors were encountered:
As discussed in the SciOps workflow introduction meeting.
Currently, dj_worker clears DuplicateErrors under the assumption that we get a DuplicateError from possible job reservation overlaps. This would also, however, clear genuine user-generated DuplicateError.
I propose giving dj_worker a memory of cleared DuplicateErrors and skip those that have been previously cleared.
The text was updated successfully, but these errors were encountered: