260324:2133 Refactor correspondence & rfa
This commit is contained in:
@@ -8,6 +8,7 @@ import { APP_GUARD, APP_INTERCEPTOR } from '@nestjs/core';
|
||||
import { ConfigModule, ConfigService } from '@nestjs/config';
|
||||
import { TypeOrmModule } from '@nestjs/typeorm';
|
||||
import { BullModule } from '@nestjs/bullmq';
|
||||
import { ScheduleModule } from '@nestjs/schedule';
|
||||
import { ThrottlerModule, ThrottlerGuard } from '@nestjs/throttler';
|
||||
import { WinstonModule } from 'nest-winston';
|
||||
import { CacheModule } from '@nestjs/cache-manager';
|
||||
@@ -149,6 +150,9 @@ import { MigrationModule } from './modules/migration/migration.module';
|
||||
inject: [ConfigService],
|
||||
}),
|
||||
|
||||
// ⏰ Scheduler (Cron Jobs)
|
||||
ScheduleModule.forRoot(),
|
||||
|
||||
// 📊 Monitoring & Resilience
|
||||
MonitoringModule,
|
||||
ResilienceModule,
|
||||
|
||||
Reference in New Issue
Block a user