We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694bba0 commit 7ff5fcaCopy full SHA for 7ff5fca
docs/function_deployment_flow.md
@@ -0,0 +1,13 @@
1
+```mermaid
2
+sequenceDiagram
3
+ participant User
4
+ participant RPC
5
+ participant Worker1
6
+ participant Worker2
7
+ User->>RPC: Request deployment with requirements
8
+ RPC->>Worker1: Broadcast Pub/Sub event to deploy
9
+ RPC->>Worker2: Broadcast Pub/Sub event to deploy
10
+ Worker1->>RPC: Install WASM file and respond ready
11
+ Worker2->>RPC: Install WASM file and respond ready
12
+ RPC->>User: Deployment requirements met, respond ready
13
+```
0 commit comments