Skip to content

Conversation

@josegonzalez
Copy link
Owner

Previously:

  • we would incorrectly set attempts, leaving old jobs in the database.
  • We rejected all jobs that were released
  • Job attributes were updated one by one after the lock was released.

now, we update the attributes of the job all at once, allowing us to safely handle job releases.

Previously:

- we would incorrectly set attempts, leaving old jobs in the database.
- We rejected all jobs that were released
- Job attributes were updated one by one *after* the lock was released.

now, we update the attributes of the job all at once, allowing us to safely handle job releases.
@coveralls
Copy link

coveralls commented Sep 17, 2016

Coverage Status

Coverage increased (+0.6%) to 85.624% when pulling c0fd716 on fix-mysql-attempts into 8ed2038 on master.

@josegonzalez josegonzalez merged commit a969693 into master Sep 17, 2016
@josegonzalez josegonzalez deleted the fix-mysql-attempts branch September 17, 2016 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants