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
It seems to be very flaky. Usually it starts to appear after fastboot has been running for a while with no restarts. I suspect it could be due to some network issues.
It does not seem like errors are handled. So if headObject fails the notifier will stop the polling, effectively preventing future retries. This causes app to not update even if new version is deployed.
The text was updated successfully, but these errors were encountered:
We've been getting a following message running this package in production:
It seems to be very flaky. Usually it starts to appear after fastboot has been running for a while with no restarts. I suspect it could be due to some network issues.
However, looking at the current poll code:
fastboot-s3-notifier/index.js
Lines 49 to 55 in 6dafdf1
It does not seem like errors are handled. So if
headObject
fails the notifier will stop the polling, effectively preventing future retries. This causes app to not update even if new version is deployed.The text was updated successfully, but these errors were encountered: