Skip to content

Production v2.0.5

Latest
Compare
Choose a tag to compare
@lagoan lagoan released this 28 Feb 18:07
· 107 commits to master since this release
f5d820f

[2.0.5] - 2023-02-17

  • Add rescue block to catch exceptions while waiting for next item #280
  • Add logic to fetch new community and collection information from jupiter and create their AIPS. #255
  • Add delay to re-ingestion attempts to allow for problems to be fixed #297
  • Bump git from 1.9.1 to 1.13.0

This release includes a delay for reattempting to ingest an item on failure to deposit. This delay increases by doubling the time it waits on every failed attempt and can be configured with the following command line options:

  -i, --ingestion_prefix PREFIX    Prefix for keys used in counting the number of failed ingestion attempts
  -x, --ingestion_attempts NUMBER  Max number of attempts to try ingesting an entity
  -f, --first_failed_wait NUMBER   Time in seconds to wait after first failed entity deposit. This time will double every failed attempt

The default values will keep trying to reingest the items for a week maximum, after that the items are dropped from the queue.