You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* adding quickstart instructions to the README
* Update README.md
* Update README.md
* fix: close Python code block and add working example link
The Python code block was missing its closing backticks, causing
the markdown parser to treat the rest of the file as code.
Also added the working example link to match the TypeScript section.
After starting the function, inspect the current state of the execution using the `resonate tree` command. The tree command visualizes the call graph of the function execution as a graph of durable promises.
169
+
170
+
```shell
171
+
resonate tree countdown.1
172
+
```
38
173
39
-
### [Subscribe on YouTube](https://www.youtube.com/@resonatehqio)
174
+
Now try killing the worker mid-countdown and restarting. **The countdown picks up right where it left off without missing a beat.**
40
175
41
-
## Server quick start instructions
176
+
## More ways to install the server
42
177
43
178
For more Resonate Server deployment information see the [Set up and run a Resonate Server](https://docs.resonatehq.io/operate/run-server) guide.
0 commit comments