You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add polling for run-task and URL scraper (#53)
* feat: add polling for run-task and URL scraper
* test: add test for run-task and URL scraper polling
* refactor: extract polling logic to a separate fn
"The maximum number of seconds the server waits for the run to finish. By default, the server doesn't wait for the run to finish and returns immediately. The maximum value is 60 seconds.",
51
-
default: null,
52
-
type: 'number',
53
-
typeOptions: {
54
-
maxValue: 60,
55
-
},
50
+
'Whether to wait for the run to finish. If true, the node will poll the run status until it reaches a terminal state (SUCCEEDED, FAILED, TIMED-OUT, ABORTED) or 5 minutes have passed. If false, the node will return immediately after starting the run.',
0 commit comments