updated actor to following naming conventions

This commit is contained in:
Maxime Van Hees
2025-08-14 14:15:19 +02:00
parent 5140531832
commit 32282f465e
6 changed files with 74 additions and 20 deletions

View File

@@ -264,8 +264,8 @@ impl Actor for OSISActor {
}
fn actor_id(&self) -> &str {
// Use actor_queue:osis to match supervisor's dispatch queue naming
"actor_queue:osis"
// Actor ID contains "osis" so the runtime derives ScriptType=OSIS and consumes the canonical type queue.
"osis"
}
fn redis_url(&self) -> &str {