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 was archived by the owner on Sep 28, 2019. It is now read-only.
Currently in the /redirect/ endpoint, if we encounter a file in the pending state, we poll every second until we see that pending status change to either 'error' or 'present'. We should probably have a failsafe of polling every 10 seconds to make sure that pub/sub being flakey doesn't cause too much trouble. In this case, we should log something to make it clear that we have experienced this condition.
Currently in the /redirect/ endpoint, if we encounter a file in the pending state, we poll every second until we see that pending status change to either 'error' or 'present'. We should probably have a failsafe of polling every 10 seconds to make sure that pub/sub being flakey doesn't cause too much trouble. In this case, we should log something to make it clear that we have experienced this condition.