How to implement "graceful upgrade" for volt agent? #359
Unanswered
liriansu-opus
asked this question in
Q&A
Replies: 2 comments 1 reply
|
Hey @LKI , Your idea of using force shutdown + prompt to continue sounds interesting, but could you share a bit more detail on how you’re thinking of implementing that? |
1 reply
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi team, my scenario is that we use volt agent for long running tasks (>10 minutes). And tasks get interrupted when there is a new deployment.
I checked the document and didn't find settings related to graceful upgrade or graceful restart.
Any idea how to do this?
My thought is I can do that via force shutdown + prompt to continue, but not sure if this is best practice.
All reactions