Skip to content
Discussion options

You must be logged in to vote

Yup each step gets the full 800s limit (or whatever liit you have on your vercel plan) when deploying on vercel

The route's max duration doesn't affect the workflow. (unless you try to await the run's readable property or respond to the server route with the workflow's readableStream. In those cases, your'e basically opting in to your route having to wait for the entire workflow to complete. ofcourse that only affects the response since the worklfow itself is still running in the "background")

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pranaygp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants