You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The function htcondor.Submit.queue_with_itemdata() has been deprecated since HTCondor 10.7.0 [1]. We use it to submit jobs from the agent to the schedd, here
As suggested by the official docs, we should use schedd.Submit() instead.
Describe alternatives you've considered
none
Additional context
This has been discovered when working on #12031 , which can proceed even without this issue being closed first as I managed to properly submit jobs in my test agent with 2.3.8rc12. However, I would address this issue sooner rather than later.
Impact of the new feature
WMAgent
Is your feature request related to a problem? Please describe.
The function
htcondor.Submit.queue_with_itemdata()
has been deprecated since HTCondor 10.7.0 [1]. We use it to submit jobs from the agent to the schedd, hereWMCore/src/python/WMCore/BossAir/Plugins/SimpleCondorPlugin.py
Line 167 in 59d47b8
Describe the solution you'd like
As suggested by the official docs, we should use
schedd.Submit()
instead.Describe alternatives you've considered
none
Additional context
This has been discovered when working on #12031 , which can proceed even without this issue being closed first as I managed to properly submit jobs in my test agent with 2.3.8rc12. However, I would address this issue sooner rather than later.
[1]
https://htcondor.readthedocs.io/en/latest/apis/python-bindings/api/htcondor.html#htcondor.Submit.queue_with_itemdata
The text was updated successfully, but these errors were encountered: