Skip to main content

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

NameTypeDescription
appCeleryThe Celery application instance from which to extract configuration, loader information, and connection details.

Returns

TypeDescription
stringA formatted string containing system architecture, kernel version, Python implementation, and versions of Celery, Kombu, and Billiard, along with transport and configuration details.