stephenyeargin / hubot-grafana

📈🤖 Query Grafana dashboards
http://docs.grafana.org/tutorials/hubot_howto/
MIT License
154 stars 48 forks source link

Bot will respond multiple times when Grafana is a bit slow #184

Closed KeesCBakker closed 3 months ago

KeesCBakker commented 3 months ago

Describe the bug Grafana can be a bit slow. If it is a retry is triggered, because the ACK will not get in quick enough.

To Reproduce Steps to reproduce the behavior:

  1. Have a slow Grafana
  2. Fire a Graph DB command
  3. Get multiple responses back

Expected behavior Now, I think it has to do with promises and the way the new Hubot Friends Slack Connector (https://github.com/hubot-friends/hubot-slack) works.

Screenshots N/A

Software:

Additional context I'll check what I can do.