Hi all,
I tried setting the “scheduling” (server attribute) to False and then running a job by using an Hook.
I tried with a “queuejob” event hook with the following issue:
If I create a new job (just a simple one like ‘echo “sleep 10” | qsub’), it correctly handles the event but in the hook I cannot read the job.id attribute (it is an empty string) and then I cannot run a command like ‘qrun JOBID’.
Any suggestions?
Thanks for helping