Skip to content

Conversation

@ThomasWunderlich
Copy link
Contributor

Ticket Id: #296
This adds a job id to the WorkerLostError error message so that it's easier to figure out which job was killed with a worker lost.

Alternatively, if you don't want to change the exception message I can add this as a separate debug message

Copy link
Member

@auvipy auvipy left a comment

Choose a reason for hiding this comment

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

thanks for the patch, is the pypy 2.7 failure unrelated?

@ThomasWunderlich
Copy link
Contributor Author

@auvipy,
The pypy2 failures are due to the current version of psutil not supporting pypy2. See giampaolo/psutil#1659
I'll see if I can update tox.ini with the workaround mentioned in the aforementioned link.

@auvipy
Copy link
Member

auvipy commented Jul 14, 2020

can we pin psutils for now?

@ThomasWunderlich
Copy link
Contributor Author

@auvipy Apologies for the delay. I've pinned psutil to the last known good version for pypy2 and added a message to clarify why it's pinned. This should be good to review now

@ThomasWunderlich ThomasWunderlich requested a review from auvipy July 25, 2020 21:18
@auvipy auvipy merged commit 9c1ab4f into celery:master Jul 26, 2020
@auvipy
Copy link
Member

auvipy commented Jul 26, 2020

#318

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.

2 participants