dashersw/cote

TTL for requests

Open

#148 geöffnet am 20. Jan. 2019

Auf GitHub ansehen
 (8 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (184 Forks)github user discovery
help wantednew feature

Repository-Metriken

Stars
 (2.388 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I can not find any information for a request TTL option.

As I understand Requester is gathering requests if has no Responder connected (offline for example) These requests have no TTL, and are executed when Responder goes live.

What I want is to set a TTL for the same way as timeout option. So that if my Responder has not gone live in for example 30 secs - just ignore that request.

In my application client based services can do many requests, but if my Responder server will go offline, and then after 10 mins go live - that response is not needed already.

Contributor Guide