Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Changelog - Added: support for downloading quarantined pending imports. This feature will be enabled through the UI in the near future. - Note: For this to work, deployers will need to double-check permissions on their inbox bucket to make sure that their *stream service* has access to read from them. - Added: support for retrying quarantined pending imports. This feature will be enabled through the UI in the near future. - Fixed: if the garbage collector cannot delete a temp file, it will log an error instead of aborting. - Fixed: the request ID tag in inbox listener logs now matches the request ID in the foxglove API for pending imports. - Fixed: various corrupt BAG and MCAP errors will now result in the file being quarantined immediately rather than retrying 3 times. ### Docs ### Description <!-- Describe the problem, what has changed, and motivation behind those changes. Pretend you are advocating for this change and the reader is skeptical. --> <!-- In addition to unit tests, describe any manual testing you did to validate this change. --> <table><tr><th>Before</th><th>After</th></tr><tr><td> <!--before content goes here--> </td><td> <!--after content goes here--> </td></tr></table> <!-- If necessary, link relevant Linear or Github issues. Use `Fixes: foxglove/repo#1234` to auto-close the Github issue or Fixes: FG-### for Linear isses. -->
- Loading branch information