OtherSmokeWorkerContainer
Alternative worker with different name and queue, but same configurations for the rest.
Methods
worker_name()
@classmethod
def worker_name() - > str
Returns the unique identifier for the worker instance used in service discovery and logging.
Returns
| Type | Description |
|---|---|
str | The string identifier 'other_smoke_tests_worker' assigned to this worker class |
worker_queue()
@classmethod
def worker_queue() - > str
Returns the name of the message broker queue that this worker listens to for incoming tasks.
Returns
| Type | Description |
|---|---|
str | The specific queue name 'other_smoke_tests_queue' used for routing smoke test tasks |