-
Notifications
You must be signed in to change notification settings - Fork 30
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
Improve Jobs API concurrency #247
Comments
BTW see https://github.com/fabric8-analytics/fabric8-analytics-jobs/blob/master/f8a-jobs.py#L109-L112 |
There are two options:
As @fridex mentioned above we also have to ensure that there is only one Jobs scheduler running in either case. Interesting mix of constraints here :-) |
This issue was moved to openshiftio/openshift.io#2220 |
We are currently encountering Gateway Timeouts when the Jobs API calls take very long time to process. This is already a known issue #164
Another issue that I realized is that the number of API workers are at present set to only 1. This causes other clients to wait until a request completes or fails. We can improve the concurrency of API workers to resolve this.
The text was updated successfully, but these errors were encountered: