Replies: 2 comments
-
|
"enqueue" in dev UX sucks though correct meaning . "run*" is obvious |
Beta Was this translation helpful? Give feedback.
-
|
Do you have any reference data (or even qualitative signal) on the relative popularity of each usage pattern? Are most folks “fire and forget” or “invoke and wait”? We’re heavy users of event triggers, so our workflows are almost entirely “fire and forget” on the caller/writer side with many different consumers “collecting” by subscribing via additional metadata on the reader side. We might be outliers. Naming is hard, but I like how the anyio folks use a In Hatchet land, that might translate to, e.g.: If instead we actually are the common case, the inverse also works, e.g.: Finally, y’all could decide to make both behaviors explicit, e.g.: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! We're looking for some feedback on method naming in the V1 SDKs. We're planning to have two different ways of running workflows:
run_workflowimplementation where the method returns aWorkflowRunRefWorkflowRunRefand then callingresult()on it.We're thinking of some options for how to name these two methods, and would love feedback. Leaving some options below.
If you have other ideas, feel free to leave them as a comment and we'll add them to the poll!
7 votes ·
Beta Was this translation helpful? Give feedback.
All reactions