I'm encountering an issue with Make.com actions exceeding 150-200 seconds.

Hello everyone.

Specifically, when utilizing Make.com’s webhook action for extended operations, Pickaxe appears to struggle. Operations up to approximately 100 seconds are successful. Do you have any suggestions for enabling longer processing times, even if it introduces significant response latency?

You can change the timing sections in your action code

1 Like

Thanks for your reply. So you need to add Python code?
I can’t write code, so I asked AI.

I’ll experiment with various codes.

All you need to do change the time code value.

No coding knowledge required.

Did your code from Charcot work?

I thought there was no timeout parameter originally.
So I tried entering “timeout=200” but to no avail.
What should I change to make it work?