05-21-2024, 02:05 AM
I'm encountering an issue where my API call to ProjectPoints times out after 30 seconds (expected -- it's a heavy operation) even though I call RDK._setTimeout(30000) immediately prior to the call to ProjectPoints. (I have also tried a more reasonable value of 300.)
Any intuition as to what may be going on here? Is the ._setTimeout method supposed to do the thing I think it's doing? If not, what solution would you recommend for API calls that are expected to take longer than 30 seconds?
Thanks!
Any intuition as to what may be going on here? Is the ._setTimeout method supposed to do the thing I think it's doing? If not, what solution would you recommend for API calls that are expected to take longer than 30 seconds?
Thanks!