Postgresql job crashing native worker
I believe I managed to accidently create a postgresql job/script that crashes the windmill native workers. I think its due to the select returning quite big numbers. I'm getting this log in my worker:
Other SQLs work fine
4 Replies
can you convert it to a string and show the number
::TEXT to cast it
Probably, the numberic returned is: numeric(200,100)
Just one thing, how do I now cancel those jobs 😆
nevermind I think I found it in "runs" tab
This is the output of SQL with
::text
:
Without ::text
the job freezes and native worker containers restartInteresting, that's enough for us to reproduce it
thanks for the report. We have a bit of backlog for customers first but when we have a cycle free we will fix it
OK, thanks for the quick workaround 🙂