mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-24 22:45:56 +03:00
[GH-ISSUE #1047] Cannot create a Signal integration due to Signal rate-limiting #728
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#728
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cuu508 on GitHub (Aug 12, 2024).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1047
I also have problem with passing the rate-limit test in Signal integration:
Originally posted by @fightingdreamer in https://github.com/healthchecks/healthchecks/issues/923#issuecomment-2259319494
@cuu508 commented on GitHub (Aug 12, 2024):
@fightingdreamer thanks for the report.
Unfortunately I currently don't have good ideas how to solve this. When sending messages in Signal network, we from time to time get rate-limited. When we hit a rate-limit, there's an option to solve a CAPTCHA to lift the rate limit, but this workaround is itself rate-limited: https://github.com/AsamK/signal-cli/issues/1497#issuecomment-2027855580
In theory I could look into using multiple Signal accounts, but I feel like this, if detected, would be rightly seen as abuse by Signal, and we would eventually be worse off.
I've contacted Signal support a couple times asking for any advice on what to do here, but got a reply back saying signal-cli is a 3rd-party product, and so Signal as a nonprofit cannot offer support for it. Which makes sense, but unfortunately also doesn't help :-/
@neoscaler commented on GitHub (Apr 4, 2025):
Same here, does not work even if adding as contact and writing a test message.