celery_other_dev_worker
Creates a pytest-celery worker node from the worker container.
def celery_other_dev_worker(
other_dev_worker_container: OtherSmokeWorkerContainer,
celery_setup_app: Celery
) - > CeleryTestWorker
Creates a pytest-celery worker node from the worker container.
Parameters
| Name | Type | Description |
|---|---|---|
| other_dev_worker_container | OtherSmokeWorkerContainer | The container instance used to host the secondary development worker node. |
| celery_setup_app | Celery | The Celery application instance to be associated with the test worker. |
Returns
| Type | Description |
|---|---|
CeleryTestWorker | A managed Celery worker instance that is automatically torn down after the test completes. |