Replies: 1 comment
-
Thanks for the great suggestion @dmerrick! I can put together a quick guide in the next few days. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm excited about v5 and have started updating my codebase for it. It's a long process though since I have yet to find a concise guide about how to move my resources over.
Some things I've learned:
hera.workflows
RetryStrategy
lives inhera.workflows.retry_strategy
RetryPolicy.OnError
becomesRetryPolicy.on_error
WorkflowService
is nowWorkflowsService
(this was a hard one to spot!)Task
now takes only one positional argumentI'm sure there are a ton more, because I'm not done with my code and I don't even touch a lot of the features available
Beta Was this translation helpful? Give feedback.
All reactions