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

Fixing a bug where all workers would reset a task on timeout #96

Merged
merged 3 commits into from Dec 20, 2016

Conversation

cbraynor
Copy link
Contributor

...regardless of whether another worker had

Possible fix for #48

@cbraynor cbraynor requested a review from m-tse December 20, 2016 00:57
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 99.804% when pulling eb9ff4b on cr-timeout into 83fba00 on master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 99.804% when pulling eb9ff4b on cr-timeout into 83fba00 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 99.804% when pulling eb9ff4b on cr-timeout into 83fba00 on master.

@@ -97,7 +97,7 @@ QueueWorker.prototype._getLogEntry = function(message) {
* reference to the Firebase location of the task that's timed out.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a @param string here explaining immediate as a boolean for whether to check the taskTimeout or not.

@coveralls
Copy link

coveralls commented Dec 20, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling d07e213 on cr-timeout into 83fba00 on master.

Copy link
Contributor

@m-tse m-tse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@coveralls
Copy link

coveralls commented Dec 20, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling fa084a2 on cr-timeout into 83fba00 on master.

@cbraynor cbraynor merged commit b8f259d into master Dec 20, 2016
@cbraynor cbraynor deleted the cr-timeout branch December 20, 2016 01:30
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

3 participants