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

Addressing non deterministic behaviour of fetching the next job #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

joemocha
Copy link

@joemocha joemocha commented Aug 6, 2015

Appending the id field to the order by will resolve the issue because this field is unique, so rows will always be returned in the same order on all machines
#107

Appending the id field to the order by will resolve the issue because this field is unique, so rows will always be returned in the same order on all machines
@MasonM
Copy link

MasonM commented Dec 11, 2015

👍. Note that this won't stop "Unsafe statement written to the binary log" warnings with MySQL to bug https://bugs.mysql.com/bug.php?id=42851

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

Successfully merging this pull request may close these issues.

None yet

2 participants