Merge branch 'kub-stage' into production
Build and Deploy to Production / build-and-deploy (push) Has been cancelled
Build and Deploy to Production / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -125,7 +125,8 @@ public static class ConfigureServices
|
||||
services.AddHostedService<ExpirePendingOrdersService>();
|
||||
|
||||
// One-time: Initialize inventory records for existing products
|
||||
services.AddHostedService<InventoryInitializerService>();
|
||||
if (configuration.GetValue<bool>("SeedWorkers:InventoryInitializer:Enabled"))
|
||||
services.AddHostedService<InventoryInitializerService>();
|
||||
|
||||
// One-time: Seed ClubMembershipCycle for existing active memberships
|
||||
if (configuration.GetValue<bool>("SeedWorkers:MagicWalletCycleSeed:Enabled"))
|
||||
|
||||
Reference in New Issue
Block a user