Netflix / dispatch

All of the ad-hoc things you're doing to manage incidents today, done for you, and much more!
Apache License 2.0
4.84k stars 476 forks source link

Don't retry adding users if they are already in the channel. #4906

Closed metroid-samus closed 2 weeks ago

metroid-samus commented 2 weeks ago

Don't retry adding users if they are already in the channel.

make_call() has a retry decorator which retries a failed api call. We do not want to retry handled errors.