Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay of over a day between Process and Transfer steps will break the batch #7

Open
kspurgin opened this issue Jan 5, 2021 · 0 comments
Assignees

Comments

@kspurgin
Copy link
Contributor

kspurgin commented Jan 5, 2021

The Process step gets the XML payload from collectionspace-mapper and caches it along with other basic info about the record necessary for the subsequent Transfer step.

Currently, the cache expires after 1 day. If you wait longer than that between Process and Transfer, the cached data may be gone and the tool will have nothing to transfer.

Eventual solution: make the Transfer step re-process the data via another call to collectionspace-mapper if the cached payload cannot be retrieved.

@kspurgin kspurgin self-assigned this Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant