mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 16:16:31 +00:00
Fix commit in group rate limit
This commit is contained in:
parent
f99e892f0e
commit
39311ce3b3
@ -83,7 +83,7 @@ class JobThrottle(StrEnum):
|
|||||||
THROTTLE = "throttle" # Skip if called too frequently
|
THROTTLE = "throttle" # Skip if called too frequently
|
||||||
RATE_LIMIT = "rate_limit" # Rate limiting with max calls per period
|
RATE_LIMIT = "rate_limit" # Rate limiting with max calls per period
|
||||||
GROUP_THROTTLE = "group_throttle" # Group version of THROTTLE
|
GROUP_THROTTLE = "group_throttle" # Group version of THROTTLE
|
||||||
GROUP_RATE_LIMIT = "group_rate_limit" # Group version of THROTTLE_RATE_LIMIT
|
GROUP_RATE_LIMIT = "group_rate_limit" # Group version of RATE_LIMIT
|
||||||
|
|
||||||
|
|
||||||
class JobExecutionLimit(StrEnum):
|
class JobExecutionLimit(StrEnum):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user