Loren ☺️
Loren ☺️
Makes sense! Pro/cons of A vs adding an option like `findOneById(id, { bypassCache: true })`?
Sounds good, would appreciate PR for A, thanks ☺️ On Fri, Oct 16, 2020 at 12:15 AM Doron Roberts-Kedes < [email protected]> wrote: > Thanks for the fast response @lorensr !...
Sure, what are the options for relaxing?
Thanks! Lmk how it goes
> The weird thing is this worked on my other project before switching over to a fresh project - same code from what I can tell. Was it the same...
Not sure, but happy to look at pseudocode or a PR
Thanks for reporting! `MongoDataSource`'s `initialize` function is always defined, so you shouldn't need to check. Adding to `index.d.ts` would be great, thanks ☺️
@juliusmarminge would a PR adding a Clerk option be welcome?
Implementation: At Workflow Execution start time, you can specify an allow/denylist. List is mutable by command from Workflow. In future, if we have a way for Workers to tell Server...
@danthegoodman1 You can currently implement an Update validation handler (in all SDKs but PHP and TS, which is [coming soon](https://github.com/temporalio/sdk-typescript/pull/1277)) that rejects any Updates that aren't in your (dynamic) allowlist...