Hello, I am using ducc in a web app, and I need to know when does ducc finish its work, ie, generate the output file. I use the two properties in my job file:
cancel_on_interrupt wait_for_completion However, when I submitted job file, it did show the status on terminal, but it finished earlier than the main process, I have to wait for few minutes for the output file to be generated. Is there any way to get notified when the main process finishes without looking at the web server page? Any suggestion is appreciated! Thanks, Yi-Wen
