If I send a lot of data to a webhook, the start of the job will be very late.
I tried to send 1000~3000 row data by webhook to windmill, however whenever I put lots of data in webhook, then flow job start was really rate, so timeout error was occured in client side. Is it a common issue or Do i use it in wrong way?
2 Replies
All of time consumed was come from job start setup
If you're running the sync endpoint, you might want to check this config
TIMEOUT_WAIT_RESULT
Scroll to the bottom of this page for all the ENV configs options https://github.com/windmill-labs/windmillGitHub
GitHub - windmill-labs/windmill: Open-source developer platform to ...
Open-source developer platform to turn scripts into workflows and UIs. Open-source alternative to Airplane and Retool. - GitHub - windmill-labs/windmill: Open-source developer platform to turn scri...