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

Watch for completed render jobs #11

Open
devGenie opened this issue Aug 30, 2023 · 0 comments · May be fixed by #17
Open

Watch for completed render jobs #11

devGenie opened this issue Aug 30, 2023 · 0 comments · May be fixed by #17

Comments

@devGenie
Copy link
Member

devGenie commented Aug 30, 2023

A render job should not be scheduled on a node unless a previous job has been completed.

  • When a job has started, create a mutex.
  • When a job has been completed, release the mutex.
  • Clean up mutexes in situations where render jobs are aborted prematurely.
@devGenie devGenie changed the title Watch for completed renders jobs Watch for completed render jobs Sep 16, 2023
@devGenie devGenie linked a pull request Sep 19, 2023 that will close this issue
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 a pull request may close this issue.

1 participant