bugreport
Return a string containing information useful in bug-reports.
def bugreport(
app: Celery
) - > string
Return a string containing information useful in bug-reports.
Parameters
| Name | Type | Description |
|---|---|---|
| app | Celery | The Celery application instance from which to extract configuration, loader information, and connection details. |
Returns
| Type | Description |
|---|---|
string | A formatted string containing system architecture, kernel version, Python implementation, and versions of Celery, Kombu, and Billiard, along with transport and configuration details. |