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

Sequential push messages #30

Open
juanjolainez opened this issue May 6, 2014 · 3 comments
Open

Sequential push messages #30

juanjolainez opened this issue May 6, 2014 · 3 comments

Comments

@juanjolainez
Copy link

Hello,

I am using Iron.io's push queues and I found out that messages are not pushed sequentially. I mean, I need a process to end to start (and to be pushed) another one.

The current behavior is that a message is pushed before the previous one has ended. Is there any way to prevent this behavior?

@treeder
Copy link

treeder commented May 6, 2014

No, messages are pushed as they come in, concurrently, we don't wait for one request to finish before sending the next one.

@juanjolainez
Copy link
Author

Is there any way to force it?

@treeder
Copy link

treeder commented May 6, 2014

No, but you can poll instead of push then you can control it.

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

No branches or pull requests

2 participants