-
-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS Instant Notifications #1265
Comments
There are 2 rate limits: a burst limit and a daily message limit. Both return 429 errors. Burst limit: if you sent a lot of messages close together (e.g., 60 within a few seconds), you could get a 429. Daily message limit: you can send up to 250 messages/day using the free tier. You can pay to get higher limits, yes. See the ntfy homepage: https://ntfy.sh/#pricing |
After I have added my access token in my docker config like this: i still get: |
Check your limits by sending an authenticated request to https://ntfy.sh/v1/account For example, |
At https://ntfy.sh/account i see my Usage is 0
I have created a Token in my Account with no expiry to test arround. Also via my IP Based Authentication, I get this (which I can tell from I should be still able to get notifications?!) I mean I must be doing anything real stupid, because it doesn't make Sense for me and I am pretty sure ntfy doesn't have a real problem... For additional Context here is my Setup: ntfy.sh compose.yml file:
Public IP -> Reverse Proxy -> Docker Container And currently I always get the 429 Status WARN in my Logs |
Any idea why the first curl command failed? Do you have a server.yml in /etc/ntfy? Is it possible the upstream access token is being overwritten there? (I don't remember which of env variables and server.yml overrides the other) Have you tried/considered the PWA for notifications on iOS? It has more features than the native app and has more reliable notifications |
❓ Question
Hello, i have a Problem - I get Rate Limited (also I dont know the exact rate limits) for pushing to IOS Apps - and I also do not find if I can pay ntfy.sh to allow for a higher Rate Limit.
I get this Log entry:
ntfy | 2025/01/25 14:05:49 WARN Unable to publish poll request, the upstream server https://ntfy.sh responded with HTTP 429 Too Many Requests; you may solve this by sending fewer daily messages, or by configuring upstream-access-token (assuming you have an account with higher rate limits) (message_body_size=93, message_event=message, ********
Can anybody tell me what a good solution is here for me?
The text was updated successfully, but these errors were encountered: