Hacker News new | ask | show | jobs
by ozarker 470 days ago
I was just thinking a header with a suggested poll rate might be nice
1 comments

The GitHub Event API uses a `X-Poll-Interval` header for this purpose. There is also Retry-After but that seems more targeted towards error states.

EDIT: There is the `Cache-Control` header, it seems ideal for this use-case

- https://docs.github.com/en/enterprise-cloud@latest/rest/acti... - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Re... - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Ca...