Hi everyone, I have a worker that is triggered via cron events. I am facing an issue and it's basically that for some reason the script throws an exception.
I don't know what the error is, I just see the "script threw an exception" under metrics but I am unable to reproduce it. I've tried setting more frequent triggers (every 2 min) and then the script completes successfully. I've tried setting up logging with sentry to see the actual error thrown but no luck.
Any advice or hint on how to see the exception the script is throwing?
Is there any warm up for the workers that may cause the first execution to fail but if it's then run every 2 min it works?
Any help is appreciated.
Thank you everyone!