Cloud task deadline more 30 sec

1.1k Views Asked by At

I use the cloud task without a problem. I have some task that's longer than the 30s it has by default. Is possible to extend it? Because I have some task that are quite long.

1

There are 1 best solutions below

0
On

When you create a task, you can specify the parameter dispatchDeadline. It set the timeout for the task.

By default it's 10 minutes, I'm surprised of your 30 seconds. If you need more help, share pieces of your code!