One item not ported over to NG (at least the process-delivery and new branches) was "ignore_long_raids". Granted, this isn't the norm right now given most event raids are <30 minutes. Still though, bringing it back so Poracle could ignore these event raids given the influx of alerts from every gym at once ultimately rate limits users and discord channels alike.
The way I had it was as follows, to ignore raids as such:
(data.end - data.start) > 47 * 60 || (data.end - data.start) < 30 * 60)
One item not ported over to NG (at least the process-delivery and new branches) was "ignore_long_raids". Granted, this isn't the norm right now given most event raids are <30 minutes. Still though, bringing it back so Poracle could ignore these event raids given the influx of alerts from every gym at once ultimately rate limits users and discord channels alike.
The way I had it was as follows, to ignore raids as such:
(data.end - data.start) > 47 * 60 || (data.end - data.start) < 30 * 60)