BirthdayBot/BackgroundServices
Noi 29f2eeb31e Skip user download in guilds where the method hangs
A workaround for an apparent bug in Discord.Net's
`SocketGuild.DownloadUsersAsync()` method.

Conclusions made while writing and testing this workaround:
* The guilds it hangs on are seemingly random.
* Guild size does not matter.
* If a download hangs, it never recovers within 2 hours, probably more.
* Trying a guild again never works. It just hangs again.
2023-03-05 22:57:09 -08:00
..
AutoUserDownload.cs Skip user download in guilds where the method hangs 2023-03-05 22:57:09 -08:00
BackgroundService.cs Style updates 2022-08-31 21:09:10 -07:00
BirthdayRoleUpdate.cs Merge branch 'main' into cleanup 2022-11-22 23:40:48 -08:00
DataRetention.cs Change data types from long to ulong 2022-11-22 23:19:37 -08:00
ExternalStatisticsReporting.cs Style updates 2022-08-31 21:09:10 -07:00
ShardBackgroundWorker.cs Reduce concurrent database operations in background services 2022-08-09 17:05:19 -07:00