Nest는 큐를 등록하고, Redis는 실행 상태를 보관한다

모듈 등록과 Redis 연결은 서로 다른 책임이며 큐 이름이 두 경계를 이어 줍니다.

BullModule.forRoothost·port와 공통 Redis 연결
registerQueue현재 모듈에서 reports 큐 등록
Redis 7 + AOF작업 데이터와 상태 전이를 저장waiting → active
completed · failed · delayed
Producer@InjectQueue('reports')
Worker@Processor('reports')
1 · PONGRedis 프로세스 확인
2 · CLIENT LISTNest 연결 확인
3 · 동일한 이름등록·주입·처리 연결