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?
No description
2 Replies
GyutaeQ
GyutaeQ8mo ago
All of time consumed was come from job start setup
Tiago Serafim
Tiago Serafim8mo ago
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/windmill
GitHub
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...