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
Currently we store the state transitions for retrieval deals in the datastore in perpetuity. As retrievals increase in frequency this can become very large.
We should put a configurable, soft limit of 7 days on the amount of detailed information we keep about retrieval deals. Probably the simplest mechanism would be to have a background process that periodically cleans up retrievals that are no longer active after the configured duration.
Separately we should also output a retrieval access log, similar to an http access log. The user can choose to rotate / backup this log as they see fit.
The text was updated successfully, but these errors were encountered:
Currently we store the state transitions for retrieval deals in the datastore in perpetuity. As retrievals increase in frequency this can become very large.
We should put a configurable, soft limit of 7 days on the amount of detailed information we keep about retrieval deals. Probably the simplest mechanism would be to have a background process that periodically cleans up retrievals that are no longer active after the configured duration.
Separately we should also output a retrieval access log, similar to an http access log. The user can choose to rotate / backup this log as they see fit.
The text was updated successfully, but these errors were encountered: