Skip to content

`waggle` v0.1.3: Improved logic when registering drops

Compare
Choose a tag to compare
@zomglings zomglings released this 16 Sep 08:38
· 63 commits to main since this release
6e7c07d

This release includes more resilient execution of waggle moonstream drop. A failure to submit a single batch (after retries) doesn't result in the process exiting. Instead, an attempt is made to register subsequent batches even if a single batch fails.

This is useful because often batches fail to submit because of duplication of request IDs. Being able to run the waggle moonstream drop command idempotently with the same input file means that such duplication is not catastrophic.

What's Changed

  • waggle moonstream drop is now idempotent on a per infile basis by @zomglings in #18

Full Changelog: v0.1.2...v0.1.3