Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dont run scheduler if not in production
Otherwise, the scheduler will run every time the server is restarted, and so the boot time will explode. In development, we should instead use seeders. The PackageStatSeeder seeder is responsible for fetching all this.
- Loading branch information