We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.0.0-20180112190529-dbf81d0b75bb
I don't know the spec of Sidekiq, but I suspect we should use lpush instead of rpush to be FIFO. What do you think Mr. @jrallison ?
lpush
rpush
It looks Sidekiq is actually FIFO sidekiq/sidekiq#3420 .
The text was updated successfully, but these errors were encountered:
I heard from my co-worker that fork project of this one has fixed the issue I've mentioned at digitalocean/go-workers2#5 .
Sorry, something went wrong.
No branches or pull requests
Version of go-workers
v0.0.0-20180112190529-dbf81d0b75bb
Details
My concern
I don't know the spec of Sidekiq, but I suspect we should use
lpush
instead ofrpush
to be FIFO.What do you think Mr. @jrallison ?
It looks Sidekiq is actually FIFO sidekiq/sidekiq#3420 .
The text was updated successfully, but these errors were encountered: