25 lines
1.7 KiB
Plaintext
25 lines
1.7 KiB
Plaintext
Using launch settings from /Users/dn/Library/CloudStorage/GoogleDrive-info@consulity.com/My Drive/Projects/Hotline Planner/NextGen 2027/code/dev++/backend/web app webhook/Properties/launchSettings.json...
|
|
Building...
|
|
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
|
|
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT COUNT(*) FROM "sqlite_master" WHERE "type" = 'table' AND "rootpage" IS NOT NULL;
|
|
info: WebhookSyncApp.Services.SubscriptionRenewalService[0]
|
|
Waking up to check expiring subscriptions...
|
|
info: Microsoft.Hosting.Lifetime[14]
|
|
Now listening on: http://localhost:5000
|
|
info: Microsoft.Hosting.Lifetime[0]
|
|
Application started. Press Ctrl+C to shut down.
|
|
info: Microsoft.Hosting.Lifetime[0]
|
|
Hosting environment: Development
|
|
info: Microsoft.Hosting.Lifetime[0]
|
|
Content root path: /Users/dn/Library/CloudStorage/GoogleDrive-info@consulity.com/My Drive/Projects/Hotline Planner/NextGen 2027/code/dev++/backend/web app webhook
|
|
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
|
|
Executed DbCommand (2ms) [Parameters=[@__AddHours_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30']
|
|
SELECT "u"."UserId", "u"."Email", "u"."Expiration", "u"."HomeAccountId", "u"."LastDeltaLink", "u"."SubscriptionId"
|
|
FROM "UserConfigs" AS "u"
|
|
WHERE "u"."Expiration" IS NOT NULL AND "u"."Expiration" < @__AddHours_0 AND "u"."SubscriptionId" IS NOT NULL
|
|
info: WebhookSyncApp.Services.SubscriptionRenewalService[0]
|
|
Finished renewing subscriptions. Sleeping for 12 hours.
|
|
warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3]
|
|
Failed to determine the https port for redirect.
|