- The aggregator, which puts stuff in network-level tables for things like reputation in your top bar.
- Account queues, for merging/deleting users and such.
- GDPR request completion
- Elasticsearch indexing
- Related question rebuilds
Scaling up or out in prod? Separate scheduler instance that does a lot of work.
Running local or Enterprise with a few sites? Just fire up the scheduler IHostedService in-process on startup.
We love it. Can't wait to finish this move...so many wins in .NET Core.