Skip to content

The poll is sending and triggering the same POLL.VOTE every 10 minutes #652

Answered by devlikepro
TitoBahe asked this question in Q&A
Discussion options

You must be logged in to vote

ok, so it means it's not duplicated webhook event, but your app responded with an error and it keep retrying sending the event to your webhook endpoing
Try disabling the retries - on dashboard or when your start a new session via config

https://waha.devlike.pro/docs/how-to/webhooks/#retries

{
  "name": "default",
  "config": {
    "webhooks": [
      {
        "url": "https://webhook.site/11111111-1111-1111-1111-11111111",
        "events": [
          "message"
        ],
        "retries": {
          "delaySeconds": 1,
          "attempts": 1,
          "policy": "constant"
        }
      }
    ]
  }
}

patron:PRO

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@TitoBahe
Comment options

@devlikepro
Comment options

Answer selected by TitoBahe
@TitoBahe
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants