Okay I originally tried to do this on my first run converting ketchupbot to c#. But I genuinely have no idea how to do this despite having done a fuck ton of research.
For now, HttpClient seems to use a timeout duration where, if it fails to connect for whatever reason, it'll wait for a period of time before throwing an exception. So it very well could be that backoff is just built into HttpClient?? I honestly don't know.
For now it seems to do the job, but I should definitely revisit this and confirm the workings of it.
Okay I originally tried to do this on my first run converting ketchupbot to c#. But I genuinely have no idea how to do this despite having done a fuck ton of research.
For now, HttpClient seems to use a timeout duration where, if it fails to connect for whatever reason, it'll wait for a period of time before throwing an exception. So it very well could be that backoff is just built into HttpClient?? I honestly don't know.
For now it seems to do the job, but I should definitely revisit this and confirm the workings of it.