@VishnuRa5
Adobe's default for all custom blocking rules (including WAF and rate limits) is 406 Not Acceptable
In order to receive 429, you need to add it in the "action". like below.
action:
type: block
status: 429
RDEs do not sync CDN rules from Git, You must push them manually to environment config using Adobe I/O CLI.
Also, try hitting the page with curl instead of directly from the browser to to see if the rule is triggering.