123libohan opened a new issue, #8234:
URL: https://github.com/apache/apisix/issues/8234

   ### Description
   
   As a user ,When I used the Version 3.0.0-beta apixis feature  Workflow  to 
set the limit-count plugin , can I set multiple groups of time_window for the 
same case when setting actions as limit-count?
   Examples on the website looks like  :
   
    "workflow":{
               "rules":[
                   {
                       "case":[
                           ["uri", "==", "/hello/v2/appid"]
                       ],
                       "actions":[
                           [
                               "limit-count",
                               {
                                   "count":2,
                                   "time_window":60,
                                   "rejected_code":429
                               }
                           ]
                       ]
                   }
               ]
           }
   
   If I want to set the limit-count of /hello/v2/appid in minutes, hours and 
days at the same time, how do I set the time_window ?Does Workflow support this 
function?  If APISIX is not supported, can this requirement be met
   


-- 
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