Notebooks running forever

Hi there,
something really strange happened yesterday, my 2 notebooks are running for ever.

I have tested them locally with the same input files and there are no infinite loops.
Is there a way to peek inside what’s going on ?

Hi @Paolo_Proxy !

Give me a few to take a look at these notebooks and see what I can find. I’ll follow up with you shortly.

We identified the underlying issue that was causing this Notebook to get stuck in processing and rolled out a fix. Thanks for bringing this to our attention!

However, while looking into this, we found an issue with this specific Notebook - the output directory template is referencing Notebook context objects that aren’t being made available in the associated workflow (i.e. {{ctx.meterId}}). If you try to run the Notebook as-is currently, you will see an error that indicates this. This should be easily fixed by updating the workflow. If you have any questions, please let me know.