You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/08/25 06:38:18 UTC

[GitHub] [apisix] spacewander commented on a diff in pull request #7771: feat(workflow): support limit count action

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org