We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
When threadpool is full, there is no thread available to kill the stuck jobs. The job "controller" should be run in a different threadpool.
The text was updated successfully, but these errors were encountered:
#410 Check the job timeout from the main threadpool
7d02023
#410 Handle job in one thread
b6925bd
To-om
No branches or pull requests
Request Type
Bug
Problem Description
When threadpool is full, there is no thread available to kill the stuck jobs.
The job "controller" should be run in a different threadpool.
The text was updated successfully, but these errors were encountered: