refactor(processor): ♻️ Restructure AppModule providers and imports for improved modularity and performance

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-04-04 23:57:42 -07:00
parent aa539aa6f4
commit 7321cdaf34

View file

@ -35,6 +35,7 @@ import { AggregatedMetric } from './entities/aggregated-metric.entity';
connection: {
host: config.get('REDIS_HOST', 'localhost'),
port: config.get('REDIS_PORT', 6379),
password: config.get('REDIS_PASSWORD') || undefined,
},
}),
}),