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

fix(worker): Ensure DelayedError is checked for for Sandboxed Processors #2567

Merged
merged 1 commit into from
May 21, 2024

Conversation

imperfect-circuits
Copy link
Contributor

@imperfect-circuits imperfect-circuits commented May 16, 2024

Use of .message rather than .name (introduced in 4c4559b) causes Sandboxed job processes to not correctly check for this error. It results in 'Missing lock for job 2. failed'.

Also created issue for this: #2566

fixes #2566

@imperfect-circuits imperfect-circuits changed the title Ensure DelayedError is checked for for Sandboxed Processors fix(worker): Ensure DelayedError is checked for for Sandboxed Processors May 16, 2024
Use of .message rather than .name (introduced in taskforcesh@4c4559b) causes Sandboxed job processes to not correctly check for this error. It results in 'Missing lock for job 2. failed'.
@roggervalf roggervalf merged commit 8158fa1 into taskforcesh:master May 21, 2024
11 checks passed
github-actions bot pushed a commit that referenced this pull request May 21, 2024
## [5.7.10](v5.7.9...v5.7.10) (2024-05-21)

### Bug Fixes

* **sandboxed:** ensure DelayedError is checked in Sandboxed processors ([#2567](#2567)) fixes [#2566](#2566) ([8158fa1](8158fa1))
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.

Thrown DelayedError from Sandbox processor causes 'Missing lock for job 2. failed'
2 participants