bartender.check_load#

Functions#

check_load(→ None)

Check if machine load is too high.

Module Contents#

bartender.check_load.check_load(max_load: float = 1.0) None#

Check if machine load is too high.

Parameters:

max_load (float) – Maximum load allowed.

Raises:

HTTPException – When machine load is too high.

Return type:

None