SIENTIAPDE-1445
Update queue naming convention in prepare_worker.py to use kebab-case instead of snake_case for improved consistency.
This commit is contained in:
@@ -37,7 +37,7 @@ def prepare_worker(
|
|||||||
) -> Worker:
|
) -> Worker:
|
||||||
main_workflow_name = main_workflow.__name__.upper()
|
main_workflow_name = main_workflow.__name__.upper()
|
||||||
|
|
||||||
queue_name = f'{camel_to_snake(main_workflow.__name__)}_queue'
|
queue_name = f'{camel_to_snake(main_workflow.__name__)}-queue'
|
||||||
|
|
||||||
local_workflow_parameters = {}
|
local_workflow_parameters = {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user