Skip to content

Adds fast fail and configurable retries for put failures

Pre-release
Pre-release

Choose a tag to compare

@sfc-gh-vreddy sfc-gh-vreddy released this 13 Nov 18:46
· 663 commits to master since this release
9584a0a

In this release, fast fail feature and configurable retries are added.

Fast fail:
If uploading several files using put with wildchar "*" and Fast fail is set to true then the uploading of remaining files is skipped when the first file fails to upload after max retries, allowing the application to know immediately when the first failure happens.

Configurable retry:
Instead of fixed number of retries when a put fails, it is now configrable.

Both these features can be set using the FileTransferAgent Api.