We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44feef commit d3b89cfCopy full SHA for d3b89cf
aikido_zen/middleware/set_rate_limit_group.py
@@ -1,6 +1,7 @@
1
from aikido_zen.context import get_current_context
2
from aikido_zen.helpers.logging import logger
3
4
+
5
def set_rate_limit_group(group_id: str):
6
if not group_id or not isinstance(group_id, str):
7
logger.warning("")
@@ -16,4 +17,3 @@ def set_rate_limit_group(group_id: str):
16
17
18
context.rate_limit_group = group_id
19
context.set_as_current_context()
-
0 commit comments