Fallback cron job for ticketing if rabbitmq disconnected.

This commit is contained in:
Roba Boru
2026-07-16 14:34:53 +03:00
parent 767690236a
commit fa7a517410
3 changed files with 89 additions and 2 deletions

View File

@@ -72,6 +72,6 @@ function rabbitMQImport(): DynamicModule[] {
PaymentEventsConsumer,
ServiceAuthGuard,
],
exports: [PaymentClientService],
exports: [PaymentClientService, PaymentsService],
})
export class PaymentsModule {}