Skip to main content

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

TypeDescription
strThe 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

TypeDescription
strThe specific queue name 'other_smoke_tests_queue' used for routing smoke test tasks