updated actor to following naming conventions
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user