SPMS_API/SPMS.Infrastructure
seonkyu.kim 4f806ecdb1 fix: RabbitMQ 연결 실패 시 앱 크래시 방지 (#124)
- StartAsync에서 throw 제거, LogWarning으로 변경
- InitializeAsync 메서드 분리 (재시도 가능)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 19:05:13 +09:00
..
Auth feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
Caching feat: 예약 발송 등록/취소 API 구현 (#116) 2026-02-10 17:06:04 +09:00
Messaging fix: RabbitMQ 연결 실패 시 앱 크래시 방지 (#124) 2026-02-10 19:05:13 +09:00
Migrations feat: 파일 업로드/조회/삭제 API 구현 (#98) 2026-02-10 15:03:24 +09:00
Persistence feat: CSV 검증/템플릿 다운로드 API 구현 (#100) 2026-02-10 15:22:12 +09:00
Push feat: APNs 발송 모듈 구현 (#106) 2026-02-10 15:52:26 +09:00
Security feat: APNs/FCM 키 등록 및 조회 API 구현 (#48) 2026-02-10 00:28:47 +09:00
Services feat: 파일 업로드/조회/삭제 API 구현 (#98) 2026-02-10 15:03:24 +09:00
Workers feat: 예약 발송 등록/취소 API 구현 (#116) 2026-02-10 17:06:04 +09:00
AppDbContext.cs feat: Public API Entity 정의 및 DB 스키마 구축 (#76) 2026-02-10 13:21:15 +09:00
DependencyInjection.cs feat: 예약 발송 등록/취소 API 구현 (#116) 2026-02-10 17:06:04 +09:00
DesignTimeDbContextFactory.cs feat: Domain Entity 정의 및 DB 스키마 구축 (#8) 2026-02-09 11:46:33 +09:00
SPMS.Infrastructure.csproj feat: Redis 중복 발송 방지 구현 (#108) 2026-02-10 16:04:51 +09:00