You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
On exporting large number of assets to binary files I have had to perform a number of re-runs due to node throwing the axios exception ECONNRESET when retrieving from the CDN(!!)
Proposed solution
It would be pertinent to have axios perform some sort of retry logic in the code before throwing an exception. Perhaps this could be made configurable.
Motivation
On exporting large number of assets to binary files I have had to perform a number of re-runs due to node throwing the axios exception
ECONNRESET
when retrieving from the CDN(!!)Proposed solution
It would be pertinent to have axios perform some sort of retry logic in the code before throwing an exception. Perhaps this could be made configurable.
Additional context
https://github.com/Kentico/kontent-backup-manager-js/blob/eb532298c10991276ab0464842b32315803eb4eb/lib/zip/zip.service.ts#L196
The text was updated successfully, but these errors were encountered: