BirthdayBot/BackgroundServices
Noi 657181ec3e Less async birthday updates; download users on connect
From testing, it appears DownloadUsersAsync hangs forever and has other
consequences if its corresponding server is not fully connected, or is
struggling to connect. This is despite all attempts to mitigate it and
detect any disconnections shortly before attempting it.
Additionally, birthday updates are now run asynchronously per shard, but
synchronously per guild in an attempt to keep rare instances of rate
limiting under control.
2020-07-27 22:30:15 -07:00
..
BackgroundService.cs First commit for C# rewrite 2020-04-02 11:38:26 -07:00
BirthdayRoleUpdate.cs Less async birthday updates; download users on connect 2020-07-27 22:30:15 -07:00
GuildStatistics.cs Update background services to remove guild cache references 2020-07-18 00:01:14 -07:00
Heartbeat.cs First commit for C# rewrite 2020-04-02 11:38:26 -07:00
StaleDataCleaner.cs Remove async multiple updates 2020-07-22 17:06:35 -07:00