This document describes the current stable version of Celery (5.2).
For development docs,
go here.
celery.utils.sysinfo
System information utilities.
-
class celery.utils.sysinfo.df(path)[source]
Disk information.
-
property available
-
property capacity
-
property stat
-
property total_blocks
-
celery.utils.sysinfo.load_average()[source]
Return system load average as a triple.