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

Use messaging system for canceled jobs on queue #962

Closed
dfaller opened this issue Sep 14, 2017 · 0 comments
Closed

Use messaging system for canceled jobs on queue #962

dfaller opened this issue Sep 14, 2017 · 0 comments

Comments

@dfaller
Copy link
Contributor

dfaller commented Sep 14, 2017

This issue represents the first use of the new backend messaging system.

  1. Create the first message type that bulk creates job_exe_end models.
  2. Create a new scheduler background thread that regularly submits messages to the message broker.
  3. Have the scheduler submit canceled job_exe_end instances from queued jobs to the new background thread (through the JobExecutionManager).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant