Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrying without an error code #82

Merged
merged 2 commits into from
Nov 30, 2017

Conversation

schmidt-sebastian
Copy link
Contributor

This hopefully addresses more causes of firebase/firebase-admin-node#119 (comment)

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 29, 2017
@schmidt-sebastian schmidt-sebastian removed their assignment Nov 29, 2017
Copy link
Contributor

@mikelehen mikelehen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit uneasy, but this probably isn't the end of the world. :-)

src/watch.js Outdated
* @return {boolean} Whether the error is permanent.
*/
function isPermanentError(error) {
if (error.code === undefined) {
return false;

This comment was marked as spam.

This comment was marked as spam.

@schmidt-sebastian schmidt-sebastian merged commit ed83393 into master Nov 30, 2017
@ghost ghost removed the cla: yes This human has signed the Contributor License Agreement. label Nov 30, 2017
@schmidt-sebastian schmidt-sebastian deleted the mrschmidt-retrywithnoerrorcode branch January 30, 2018 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants