Errors testing functions which use action retrier
This one is expected as I am testing an error case:
Error executing 10000;runs: Polar API error
But the following I don't expect:
Error when running scheduled function run:execute Error: Could not find module for: "run"
...
Run 10000;runs failed, retrying in 595.69 ms: Transient error when executing action
...
Error executing 10004;runs: Cannot read properties of undefined (reading 'create')
...
Error when running scheduled function run:execute Error: Could not find module for: "run"
...
Does anyone know why this is happening? Should I be expecting all of these error logs or is there a way to prevent this?
