[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Open OnDemand HTCondor Adapter



Hi Greg!

> We like this idea for notify on start, and are adding it for the next version of HTCondor, 24.11.


Awesome, happy to test it then! :)


> I'm curious, though -- is there any native way to notify Open On Demand that a job has started?


No, Open OnDemand just polls the scheduler for the job status - in our case condor_q, as long as the "Interactive Sessions" page is open:

https://github.com/OSC/ood_core/pull/885/files#diff-eddf6ccf7b4f638cf91ce2891e50fefc96ccedcddeb19daa0449a77876ba0cd6R167


And for user notification, it so far defers this to the scheduler.


Best,

- Joachim