You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, all users of ntf send pushover notifications using the same API key and so share the same monthly quota of 10000 requests. To avoid this the program should at least allow, if not require, the user to set their own API key and so use their own quota of 10000 requests per month.
The text was updated successfully, but these errors were encountered:
rsekman
added a commit
to rsekman/ntf
that referenced
this issue
Aug 28, 2024
Recently
ntf
has been failing with a 429 Too Many Requests error when using the pushover backend:This is because the API token is hard-coded in the program
ntf/backends/pushover.go
Line 14 in d52a786
and has reached its rate limit.
Basically, all users of
ntf
send pushover notifications using the same API key and so share the same monthly quota of 10000 requests. To avoid this the program should at least allow, if not require, the user to set their own API key and so use their own quota of 10000 requests per month.The text was updated successfully, but these errors were encountered: