Skip to content
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

Apparent rate limiting on send (with attachments) #1546

Open
thedeadliestcatch opened this issue Jun 27, 2024 · 0 comments
Open

Apparent rate limiting on send (with attachments) #1546

thedeadliestcatch opened this issue Jun 27, 2024 · 0 comments

Comments

@thedeadliestcatch
Copy link

thedeadliestcatch commented Jun 27, 2024

I've been observing the following behavior:

signal-cli-rest-api-1  | [GIN] 2024/06/27 - 20:04:53 | 201 |         10m2s |      xxx | POST     "/v2/send"
signal-cli-rest-api-1  | [GIN] 2024/06/27 - 20:04:53 | 201 |         9m53s |      xxx | POST     "/v2/send"
signal-cli-rest-api-1  | [GIN] 2024/06/27 - 20:04:53 | 201 |        10m22s |      xxx | POST     "/v2/send"
signal-cli-rest-api-1  | [GIN] 2024/06/27 - 20:06:44 | 201 |        10m32s |      xxx | POST     "/v2/send"
signal-cli-rest-api-1  | [GIN] 2024/06/27 - 20:06:45 | 201 |         9m34s |      xxx | POST     "/v2/send"
signal-cli-rest-api-1  | [GIN] 2024/06/27 - 20:06:45 | 201 |        10m13s |      xxx | POST     "/v2/send"
signal-cli-rest-api-1  | [GIN] 2024/06/27 - 20:06:45 | 201 |         9m37s |      xxx | POST     "/v2/send"
signal-cli-rest-api-1  | [GIN] 2024/06/27 - 20:06:45 | 201 |         8m30s |      xxx | POST     "/v2/send"
signal-cli-rest-api-1  | [GIN] 2024/06/27 - 20:06:45 | 201 |         9m33s |      xxx | POST     "/v2/send"

Messages are timestamped and delivered on average 10 minutes later than they should be. No errors in the log or messages related to rate limiting.

json-rpc is used as the backend.

Another user reported this issue here: bbernhard/signal-cli-rest-api#545

It seems I was mistaken to dismiss it as a signal-cli-rest-api issue. I observe exactly the same problem as @uriinf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant