Hi everyone! I have a few pipeline runs that I’ve been running successfully (demultiplex, smrnaseq, rnaseq) and all of them finished successfully. Unfortunately, the pipeline finished and then stalled just showing this warning/error:
“Reached automation hook …”
After which, nothing happens. My suspicion is that the --hook_url doesnt work, if I test it manually though its successfully working. Anyone have seen this previously?
Also a bit weird, once I cancel this, the email gets sent and the webhook is also sent properly - but the overall status then changes to cancelled (all data was there already / all copied fine).
Hi Alexander,
I haven’t done much with the “hook-url” before, but given that I don’t see “Reached automation hook” anywhere in the nf-core/rnaseq codebase, I think this might be line that where it’s being generated:
Maybe to troubleshoot you could try adding some code to that function to dump hook_url and the json_message before the post?