rename worker to actor

This commit is contained in:
Timur Gordon
2025-08-05 15:44:33 +02:00
parent 5283f383b3
commit 89e953ca1d
67 changed files with 1629 additions and 1737 deletions

View File

@@ -30,7 +30,7 @@ graph TB
subgraph "Backend"
L[Redis]
M[Rhai Worker]
M[Rhai Actor]
end
A --> |POST /webhooks/stripe/{circle_pk}| E
@@ -94,7 +94,7 @@ sequenceDiagram
participant WV as Webhook Verifier
participant SD as Script Supervisor
participant RC as RhaiSupervisor
participant RW as Rhai Worker
participant RW as Rhai Actor
WS->>CS: POST /webhooks/stripe/{circle_pk}
CS->>CS: Extract circle_pk from URL