MatthewBrisch
2 years agoQrew Member
429 Error Help
Hi Folks,
I have an app where ~500 users are "clocking out" at the same time or close to it.
The app is experiencing a 429 Error which I am trying to confirm if it is a QB limitation or if I am hitting a Cloudflare limit.
Does anyone have a work around or solution to avoid the 429 Error?
Below is an example of one of the buttons being used.
Thanks for your help!
Matthew
--------------------
var text RefreshPage = URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl();
If([XXXXXX]=0,"",
URLRoot() & "db/" & [_DBID_XXX] &
"?a=API_EditRecord" &
"&apptoken=XXXX" &
"&rid=" & [XXXXX] &
"&_fid_40=" & (Now()) &
"&rdr=" & URLEncode($RefreshPage))
------------------------------
Matthew Brisch
------------------------------