Check are on client side #47
orenaksakal
started this conversation in
General
Replies: 1 comment
-
Thank you for the feedback. I’m currently working on moving the check logic to the server side. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Seems like http checks are handled with setinterval on clientside meaning if you don't view the page checks won't be triggered or if you view the page from multiple tabs it will have duplicate data etc. I would suggest moving checks to pb hooks/endpoints with simple queue system to automate it fully
Beta Was this translation helpful? Give feedback.
All reactions