hubot-archive / hubot-pager-me

PagerDuty integration for Hubot
https://www.npmjs.com/package/hubot-pager-me
MIT License
73 stars 93 forks source link

"Who's on call" returns separate messages for each result #46

Closed danoc closed 9 years ago

danoc commented 9 years ago

We have 15+ rotations, so the script sends many messages at once which kills Hubot because of Slack rate-limiting. It'd be great if it sent all of the rotations in one message.

technicalpickles commented 9 years ago

This is tangentially related to https://github.com/hubot-scripts/hubot-pager-me/issues/46 for not returning all results.

danoc commented 9 years ago

I think you mean #43. I'll close this since they seem somewhat duplicated.