How to stop a task once it's started execution? #393
-
It doesn't look like there's a way to do this via the API or the UI. What am I missing? |
Beta Was this translation helpful? Give feedback.
Answered by
suchintan
Jun 30, 2024
Replies: 2 comments
-
Hey! This is a great feature request. Right now we rely on MAX_STEPS_PER_RUN (https://github.com/Skyvern-AI/skyvern/blob/main/.env.example#L42) to timeout (instead of manually killing) |
Beta Was this translation helpful? Give feedback.
0 replies
-
@iloveitaly We just added support for this |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
suchintan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@iloveitaly We just added support for this
skyvern/skyvern/forge/sdk/routes/agent_protocol.py
Line 286 in 6a6119b