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

Increase timeout between retries #70

Closed
tomerpeled opened this issue Dec 16, 2012 · 2 comments
Closed

Increase timeout between retries #70

tomerpeled opened this issue Dec 16, 2012 · 2 comments

Comments

@tomerpeled
Copy link

Hi,

I think that it will be great if we can increase the sleeping time between each retry.
So in cases where there are failures and the retry mechanism begin to work , we should increase the timeout between the retries rather then try again (if there aren't any othe notifications to process) after 250 mili sec for each retry. That way if there were failures due to network connectivity for example, it might succeed in the next retries.

WDYT?

@Redth
Copy link
Owner

Redth commented Dec 17, 2012

Definitely not a bad idea!

@Redth
Copy link
Owner

Redth commented Mar 15, 2013

I don't think this request is relevant anymore given the way 2.0 will handle notifications. Basically, if a notification fails due to a network problem, it will not count towards its maximum number of retry attempts. Each platform is also responsible for its own exponential backoff or maximum connection attempts from attempting to connect and having network failures.

@Redth Redth closed this as completed Mar 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants