Viewing profile — gvdongen
gvdongen
HN member- Joined
- Mon, Dec 11, 2023, 5:25 PM UTC
- HN karma
- 4
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About gvdongen
No profile information was provided.
Recent public activity
-
comment
Comment #49698568
If a handler starts a sleep/human approval/RPC call, or so, then this timer/promise is persisted in Restate's journal. Restate does the waiting. The handler process itself can susp…
-
comment
Comment #49697788
Hi! I work for Restate A few key differences. Restate has a more flexible programming model. You don't write workflows with activitities, but just durable processes/handlers. Durab…
-
comment
Comment #48541901
As agents run longer and spend more money, many agent frameworks are adding resiliency features like checkpoint recovery and pause-resume approvals. But to get your agent to produc…
- story
-
comment
Comment #47397997
AI agents often run for minutes, hours, or even days. This makes deploying new versions tricky: what happens if an agent starts on one version of your code and resumes later after …
- story
-
comment
Comment #42823954
We've used purely excalidraw. Nice to hear you like them!
-
comment
Comment #40660267
Here is a fan-out example for async tasks: https://docs.restate.dev/use-cases/async-tasks#parallelizing... First, a number of tasks are scheduled, and then their results are collec…
-
comment
Comment #40659654
Here is another example in the examples repo which does compensation. There is also a Java one https://github.com/restatedev/examples/blob/main/basics/basi...