Bug #6347
Milestone #6351: Release JobSub v0.3.1
jobsub_q.py throws exception when all queues are empty
First Occurred:
Occurs In:
Stakeholders:
Description
discovered when looking at fifebatch-preprod. Throws exception when queues are empty, submit a job and then it works.
History
#1 Updated by Parag Mhashilkar over 6 years ago
- Parent task set to #6351
#2 Updated by Parag Mhashilkar over 6 years ago
- Due date set to 05/28/2014
#3 Updated by Dennis Box over 6 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
condor_q returns non zero when queues are empty, subprocessSupport.i_exe() throws an exception when nonzero status returned. Wrap that wrascal in a try:except: and everything seems to be OK
#4 Updated by Parag Mhashilkar over 6 years ago
- Status changed from Resolved to Closed