spacewander commented on code in PR #7771:
URL: https://github.com/apache/apisix/pull/7771#discussion_r954555214


##########
apisix/plugins/workflow.lua:
##########
@@ -82,6 +86,10 @@ local support_action = {
         handler  = exit,
         schema   = return_schema,
     },
+    ["limit-count"] = {
+        handler  = rate_limit,
+        schema   = limit_count.schema,

Review Comment:
   We can't use group in the schema. As using group in the workflow will affect 
other limit-count configuration.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to