-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User guide documentation updates #629
Conversation
@akshat2602 is attempting to deploy a commit to the Hatchet Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This is still missing changes for scheduling workflows, needs discussion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! some small changes
@hatchet.step() | ||
def spawn(self, context: Context): | ||
for i in range(10): | ||
context.spawn_workflow( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@abelanger5 do we want to document the aio client here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The aio client is mentioned in the scatter gather workflows further down, we can expand on it there as well.
frontend/docs/pages/home/features/concurrency/cancel-in-progress.mdx
Outdated
Show resolved
Hide resolved
frontend/docs/pages/home/features/concurrency/cancel-in-progress.mdx
Outdated
Show resolved
Hide resolved
frontend/docs/pages/home/features/concurrency/cancel-in-progress.mdx
Outdated
Show resolved
Hide resolved
frontend/docs/pages/home/features/concurrency/cancel-in-progress.mdx
Outdated
Show resolved
Hide resolved
…ow and added tabs in cancellation mechanisms
Hey @abelanger5, can you review now? I've updated the branch with the suggestions. |
Will Track this in #705 |
Description
Added some examples to the user guide and removed some redundant and out of date information. There are some changes still remaining, hence the draft PR. Fixes #599 #600 #601 #602
Type of change
What's Changed