bpwhelan / EmbyAniSync

Sync Emby anime library to AniList
GNU General Public License v3.0
11 stars 3 forks source link

Investigate Webhook Spam #14

Open bpwhelan opened 9 months ago

bpwhelan commented 9 months ago

I think if you mark 10s or 100s of episodes as played, Emby webhook might send that many requests to the flask webhook... This is not ideal for many reasons.

bpwhelan commented 9 months ago

Likely going to just end up as a dict with userid:bool that will reset given a scheduled event a few minutes in the future. This updates the entire series, so I think just one run is needed for mass edits.