Replace polling with push-based Telegram notification queue
Deploy Staging / deploy (push) Successful in 1m11s

This commit is contained in:
Francesco Lorenzo D'Amico
2026-08-24 14:41:56 +02:00
parent e66d95ec7a
commit 51522e1f3f
4 changed files with 116 additions and 36 deletions
+1
View File
@@ -29,6 +29,7 @@ builder.Services.AddRazorPages(options =>
builder.Services.AddControllers();
builder.Services.AddHttpClient();
builder.Services.AddSingleton<IContactMessageNotificationQueue, ContactMessageNotificationQueue>();
builder.Services.AddHostedService<ContactMessageNotificationService>();
var app = builder.Build();