2blane / OctoPrint-Webhooks

Make OctoPrint events call your custom webhooks!
GNU Affero General Public License v3.0
28 stars 19 forks source link

Reduce User Action Needed event spam #37

Open Outshynd opened 1 year ago

Outshynd commented 1 year ago

Simple change to make User Action Needed event fire once per minute.

Without this change, I would get rate-limited in Discord because 40 or 50 notifications were sent before I could get upstairs and swap filament. It was even worse if I didn't notice the notification right away, a whole channel with nothing but 'User action needed' messages, drowning out all else.

derekantrican commented 1 year ago

Thanks for your PR! I'm the new maintainer and I'm going to do a similar thing (I've tracked it here: This is now being tracked in the new repo here: https://github.com/derekantrican/OctoPrint-Webhooks/issues/5)