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

Weird process order? #691

Closed
olalonde opened this issue Aug 7, 2015 · 2 comments
Closed

Weird process order? #691

olalonde opened this issue Aug 7, 2015 · 2 comments

Comments

@olalonde
Copy link
Contributor

olalonde commented Aug 7, 2015

I wrote some testing code which enqueue 500 jobs and processes them. Here's the order my queue.process is giving me:

got job 479
got job 48
got job 480
got job 481
got job 482
got job 483
got job 484
got job 485
got job 486
got job 487
got job 488
got job 489
got job 49
got job 490
got job 491
got job 492
got job 493
got job 494
got job 495
got job 496
got job 497
got job 498
got job 499
got job 5
got job 50
got job 500
got job 501
got job 51
got job 52
got job 53

So it looks like jobs are dequeued in non-numeric order. Is that a bug?

@leebenson
Copy link

Related to #693 ?

@olalonde
Copy link
Contributor Author

Yes, switched to RabbitMQ as it seems this will not get fixed.

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