-
Notifications
You must be signed in to change notification settings - Fork 38
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
Take throttled code from WMCore, see dmwm/WMCore#9158 #5880
Conversation
Jenkins results:
|
I'll merge once there's a tagged version of WMCore with the change which we can build with. |
@belforte , Stefano, the WMCore throlling PR was merged by Alan, see dmwm/WMCore#9158 So feel free to check/test this PR and merge in CRAB code when it is convenient for you. |
This is in https://github.com/dmwm/WMCore/releases/tag/1.2.2 |
@vkuznet I noticed that Pylint now reports a Python3 compatibility problem. I have a simlar
|
Stefano, it seems to me that Throttling code never worked. Did you ever seen messages from it? I revisited the logic and it seems that the throttline limit was never reached. Therefore I took a liberty to re-factor the throttling code, see dmwm/WMCore#9211 We can address your issue in new PR once jenkins test will be available. |
I have never seen messages, but never expected Crab Server to be in need of throttling either. Anyhow this PR was about taking the code from WMCore and I am doing it now. Will build with current WMCore now, and with new tag with refactored code when available. Indeed python3 compatibility is more a curiosity than anything else atm. |
Upon discussion in dmwm/DBS#600 I migrated Throttled code from CRABServer into WMCore. This PR removes throttled code and take it from WMCore.