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
When attempting to use this package, I am receiving the following error:
Trying calling getCSVUrl, attempt #1 out of 3 Scheduling download of CSV from https://onesignal.s3.amazonaws.com/csv_exports/*****.csv.gz
After failing for the third retry, I am given a dump of the config array, which I can provide if needed.
The text was updated successfully, but these errors were encountered:
After looking around a little more into this, I feel that it is due to the number of subscribers I have, and the time it takes to generate the CSV file.
After setting backOff to 30seconds, It seems to have improved it a little. I'm now able to download the CSV within the default 3 attempts.
Rather than upping the backOff limit the more subscribers we have, would there be a better way to approach this?
When attempting to use this package, I am receiving the following error:
Trying calling getCSVUrl, attempt #1 out of 3 Scheduling download of CSV from https://onesignal.s3.amazonaws.com/csv_exports/*****.csv.gz
After failing for the third retry, I am given a dump of the config array, which I can provide if needed.
The text was updated successfully, but these errors were encountered: