Skip to content
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

Message handlers sample #372

Merged
merged 21 commits into from
Sep 4, 2024
Merged

Conversation

dandavison
Copy link
Contributor

@dandavison dandavison commented Jul 3, 2024

Fixes temporalio/sdk-typescript#1446

This is based on @drewhoskins-temporal's Python sample: temporalio/samples-python#123, and uses https://github.com/DirtyHairy/async-mutex.

Note that this moves husky actions to pre-push; they are too disruptive in pre-commit for people who commit frequently, including via non-CLI clients that would have to be configured to pass --no-verify.

@dandavison dandavison force-pushed the safe_message_handlers branch from 997f3f5 to 15307fe Compare July 3, 2024 19:21
@dandavison dandavison force-pushed the safe_message_handlers branch from 52a908f to b1801b5 Compare July 12, 2024 22:16
@dandavison dandavison force-pushed the safe_message_handlers branch from 4056072 to f1d4999 Compare July 12, 2024 22:24
@dandavison dandavison force-pushed the safe_message_handlers branch from f1d4999 to 54a300c Compare July 24, 2024 13:39
@dandavison dandavison force-pushed the safe_message_handlers branch from b8c20e8 to 1a7c8c7 Compare August 29, 2024 02:58
@dandavison
Copy link
Contributor Author

@mjameswh I think I've addressed everything here. Over to you again.

@mjameswh mjameswh self-requested a review September 3, 2024 19:14
Copy link
Contributor

@mjameswh mjameswh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left multiple comments

Copy link
Contributor Author

@dandavison dandavison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the careful reviewing @mjameswh! Addressed those.

@mjameswh mjameswh merged commit 95b76f9 into temporalio:main Sep 4, 2024
75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workflow-friendly concurrency control
2 participants