Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bergundy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
bergundy
4y ago
Going to shamelessly plug Temporal’s Python SDK which was designed for asyncio. https://github.com/temporalio/sdk-python Disclaimer: I work for Temporal
2.
▲
by
bergundy
5y ago
Yes, that's what I meant, I should have made that clearer
3.
▲
by
bergundy
5y ago
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 with your backend, run some business logic and serialize stat
4.
▲
by
bergundy
5y ago
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 scenes, the Activity is just an item put on a queue. Activities h