David Farr
David Farr
If we create the following sagemaker resource it will silently fail if a training job with the name `test-training-job` already exists. ``` apiVersion: sagemaker.services.k8s.aws/v1alpha1 kind: TrainingJob metadata: generateName: test-training-job spec:...
`resonate:parent`: references the id of the parent promise `resonate:root`: references the id of the root promise.
Add an option to include a predicate function when running a resonate function. A predicate function takes the result of a resonate function execution as an argument and returns either...
Grab it from the durable promise. What to do if you opt out of the durable promise?
Only generator executions can suspend, currently suspension is broken. Once we resolve this we should also export the generator version of resonate.
Implement a pub/sub inspired system that emits information from the sdk event loop. This information can be used to integrate with third party observation frameworks such as opentelemetry. At a...
This is the minimal import requirements to use Resonate. ``` import { Resonate, Context, Info } from "@resonatehq/sdk"; ``` You can choose to import either the "async" or "generator" flavour...