Good Day,
Should we get request_timeout on completed requests?
For example, a fetch is issued to an endpoint, and it returns successfully with a [200, data]
We still receive a request_timeout after a while.
Is this expected behavior, and if so why?
Also, request_timeout comes without any info, adding [self()] might give some context to this event.
Cheers.
Good Day,
Should we get
request_timeouton completed requests?For example, a fetch is issued to an endpoint, and it returns successfully with a
[200, data]We still receive a
request_timeoutafter a while.Is this expected behavior, and if so why?
Also,
request_timeoutcomes without any info, adding[self()]might give some context to this event.Cheers.