Ahysen
SQL results - disable default table view
Most often then not, when I do a query in psql, I want the results in JSON since its often easier to read them in the UI, but now they default to a table view.
Is there any way to set the JSON view as default?
2 replies
Adding warnings for PoolLimit reached
I recently made the mistake to spawn to many workers ( ~20 native ), and after that I notices that trying to execute scripts was taking longer then usual.
After debugging, I found out that the workers were having issues connecting the database.
For the future, is there any place where I can find if 1 ( or more ) workers are having some recurring error from within Windmill?
For now what I have is some log ingestion & Grafana based alerts, but having the information directly in windmil would be quite useful
8 replies