zlacker

[parent] [thread] 1 comments
1. abelan+(OP)[view] [source] 2024-03-09 04:50:19
This depends on the SDK - both Typescript and Golang support a `registerAction` method on the worker which basically let you register a single step to only run on that worker. You would then call `putWorkflow` programmatically before starting the worker. Steps are distributed by default so they run on the workers which have registered them. Happy to provide a more concrete example for the language you're using.
replies(1): >>mfrye0+Vv1
2. mfrye0+Vv1[view] [source] 2024-03-09 22:45:46
>>abelan+(OP)
Perfect. Yeah, we're using both, but mainly TS. We'll test that out.
[go to top]