We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4aa7c3 commit b892ca6Copy full SHA for b892ca6
data/temporal_example/README.md
@@ -24,7 +24,7 @@ Follow these steps to run this example:
24
8. Setup the Postgres DB and SpiceDB: `python run_migrations.py`
25
9. Start the Temporal Worker: `python run_worker.py`
26
27
-### Experiencing temporal
+### Experiencing Temporal
28
10. Run the Temporal workflow (worker should still be running while you are doing this): `python run_workflow.py --author bob --post some_post`
29
11. Simulate a Postgres failure by stopping the Docker container running Postgres: `docker stop dev-postgres`
30
12. Run the Temporal workflow (worker should still be running while you are doing this): `python run_workflow.py --author bob --post another_post`
0 commit comments