Nico
Nico
Thanks for the quick replies guys. I am used the latest version (downloaded it from this github page). Ont that note, maybe including the version number in header of the...
@flexdinesh There is now a documented approach from Bun. @xeho91 pull request has done 90% of the work so its probably easier to just change this one than for me...
hi @flexdinesh giving this merge request a bump
@bergundy if Promise Hooks are optional is there a way to disable them so that we can use Bun. There is a [linked issue](https://github.com/temporalio/sdk-typescript/issues/1334) on the Temporal project.
What is being controlled is the toggle on left of screenshot.
We have the same issue where two queries that take 100ms and 300ms take over 2 minutes when combined. `Limit (cost=6441033.39..6441033.39 rows=1 width=84) (actual time=149107.507..149107.674 rows=1 loops=1) Output: aus_abr.id, aus_abr.name,...
@kraftp A reason to make retries durable or the in-memory choice explicit is that people might rely on retries to cap costs, such as calling a $10 endpoint only 3...
I’m making two distinct points that I confusingly merged into one paragraph—my mistake: 1) **Explicitness of Current Behavior** The documentation states ["it retries step functions a set number of times"](https://docs.dbos.dev/typescript/tutorials/communicator-tutorial#configurable-retries),...
@jpwilliams we have utility code that gets used both in backend and frontend. In a couple of places we are throwing the NonRetriableError error which is how we are ending...
@jpwilliams yes just NonRetriableError since all other Inngest specific code is sitting in the isolated workflow files that run each workflow.