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
Copy file name to clipboardexpand all lines: edge/wasm-sensors/README.md
+2-11
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ This scenario demonstrates the message flow and deployment behavior across diffe
240
240
6. Disconnect EU region:
241
241
242
242
```bash
243
-
./demo.sh disconnect"eu"
243
+
./demo.sh disconnect_region"eu"
244
244
```
245
245
246
246
This will stop the EU deployment.
@@ -256,20 +256,11 @@ This scenario demonstrates the message flow and deployment behavior across diffe
256
256
8. Reconnect EU region:
257
257
258
258
```bash
259
-
./demo.sh reconnect"eu"
259
+
./demo.sh reconnect_region"eu"
260
260
```
261
261
262
262
This will restart the EU deployment.
263
263
264
-
9. Monitor message flow:
265
-
```bash
266
-
./demo.sh logs
267
-
```
268
-
You should see:
269
-
- Messages from US nodes (new deployment with purple color and lightning emoji ⚡)
270
-
- Messages from EU nodes (new deployment with yellow color and battery emoji 🔋)
271
-
- Messages from AS nodes (green color and light bulb emoji 💡)
272
-
273
264
This demo shows how to deploy and update the SQS Publisher across different regions, with each region having its own unique visual identity through colors and emojis.
0 commit comments