asynkron / CallMeLater

Send delayed/scheduled HTTP requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add retries and store logs of responses

rogeralsing opened this issue · comments

to not lose calls into the void, the result of each request should be stored in the DB so that the UI can display it
Also, each execution should be stored so that one can see if the request has been retried

Add exponential backoff to retries