I wanted to ask about "wait" feature in drmaa API I am using through Python. Does it do constant qstat's ( if we are running it on SGE) to check whether a program has finished execution.
Our admin want us to avoid any constant qstat's as it slows down the performance due to extra load on scheduler.
In general wat would be an efficient way to check for job status through DRMAA without overboarding the scheduler.
Thanks! -Abhi