Skip to content

Commit 287b269

Browse files
committed
minor fixes
1 parent c285e22 commit 287b269

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

edge/wasm-sensors/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Each edge compute node:
5050
### Network Diagram
5151
```
5252
┌─────────────────────────────────────────────────────────────────┐
53-
│ bacalhau-edge Network
54-
53+
│ bacalhau-edge Network │
54+
│ │
5555
│ ┌─────────────┐ ┌──────────────┐ ┌──────────────┐ │
5656
│ │ │ │ │ │ │ │
5757
│ │ Orchestrator│◄───────┤ Edge Compute ├────►│ Web Services │ │
@@ -74,7 +74,7 @@ Each edge compute node:
7474
│ │ SQS Puller │ │
7575
│ │ │ │
7676
│ └──────────────┘ │
77-
77+
│ │
7878
└─────────────────────────────────────────────────────────────────┘
7979
```
8080

edge/wasm-sensors/jobs/sqs-publisher.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tasks:
1313
entryModule: /app/modules/publisher.wasm
1414
entrypoint: "_start"
1515
parameters:
16-
- "--proxy={{.proxy_url}}"
16+
- "--proxy={{.proxy}}"
1717
inputSources:
1818
- source:
1919
type: localDirectory

edge/wasm-sensors/network/.env.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ AWS_ACCESS_KEY_ID=your_access_key
33
AWS_SECRET_ACCESS_KEY=your_secret_key
44

55
# SQS Configuration
6-
SQS_QUEUE_URL=your-queue-name
6+
SQS_QUEUE_URL=your-queue-url

0 commit comments

Comments
 (0)