temporalio / samples-typescript

Other
324 stars 126 forks source link

Message handlers sample #372

Closed dandavison closed 2 months ago

dandavison commented 4 months ago

Fixes https://github.com/temporalio/sdk-typescript/issues/1446

This is based on @drewhoskins-temporal's Python sample: https://github.com/temporalio/samples-python/pull/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 commented 2 months ago

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