You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to use this code to poll functions and the client.py file doesn't work for polling the same tasks over 3 second calls.
{"data": {"count": 17, "expiry": "Sat, 12 Feb 2022 02:14:42 GMT", "limit": 10}, "error_type": "RATE_LIMIT_EXCEEDED"}
Is it possible to extend the client file to enable polling when calling
init_session()
?
Thanks,
Tom
The text was updated successfully, but these errors were encountered:
Hi there,
I've tried to use this code to poll functions and the client.py file doesn't work for polling the same tasks over 3 second calls.
{"data": {"count": 17, "expiry": "Sat, 12 Feb 2022 02:14:42 GMT", "limit": 10}, "error_type": "RATE_LIMIT_EXCEEDED"}
Is it possible to extend the client file to enable polling when calling
init_session()
?
Thanks,
Tom
The text was updated successfully, but these errors were encountered: