-
Notifications
You must be signed in to change notification settings - Fork 77
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
DelayFlow stage with flexible delay management #89
Milestone
Comments
manonthegithub
added a commit
to manonthegithub/akka-stream-contrib
that referenced
this issue
Mar 27, 2017
manonthegithub
added a commit
to manonthegithub/akka-stream-contrib
that referenced
this issue
May 17, 2017
manonthegithub
added a commit
to manonthegithub/akka-stream-contrib
that referenced
this issue
Jul 14, 2017
2m
added a commit
that referenced
this issue
Oct 31, 2017
…stage DelayFlow with flexible DelayStrategy implementation #89
Fixed in #90 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I needed flexible mechanism to make delay in stream under certain circumstances (for example if http server goes down not to oveload it with redundant requests, delay for some time after receiving some number of 500 error codes in a row) and thought that it can be useful to others. I'll submit PR with my implementation soon. It will be great, if you'll decide that it would be useful.
The text was updated successfully, but these errors were encountered: