Viewing profile — bergundy
bergundy
HN member- Joined
- Fri, Sep 20, 2013, 8:51 AM UTC
- HN karma
- 5
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About bergundy
No profile information was provided.
Recent public activity
- story
-
comment
Comment #31971209
Going to shamelessly plug Temporal’s Python SDK which was designed for asyncio. https://github.com/temporalio/sdk-python Disclaimer: I work for Temporal
-
comment
Comment #30368221
Yes, that's what I meant, I should have made that clearer
-
comment
Comment #30367284
I like to think about it in terms of what the code for managing a shopping looks like. Without Temporal, you store the state of the cart in the DB, load it when the app interacts w…
-
comment
Comment #29490648
Instead of directly using queues in a Temporal Workflow, the Workflow (which is written with plain code), schedules an Activity that the system is responsible for, behind the scene…