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

Log from worker subprocess, check if result_id is received #78

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    119daea View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Remove job context manager on SpawningWorker

    The issue with this context manager is that is on `__exit__` it marks the job either complete or sets an error. But in this case, the error happens inside a child process and isn't propagated to the calling process. So essentially, even if the subprocess set this job as failed, it will be overridden to be completed.
    yankovs authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8b42d33 View commit details
    Browse the repository at this point in the history