Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Chengfeng MaoChengfeng MaoReporter
Chengfeng MaoChengfeng MaoComponents
Fix versions
Priority
Major
Details
Details
Assignee
Chengfeng Mao
Chengfeng MaoReporter
Chengfeng Mao
Chengfeng MaoComponents
Fix versions
Priority
Created September 5, 2017 at 11:09 PM
Updated September 22, 2017 at 7:51 AM
Resolved September 22, 2017 at 7:51 AM
Currently,
ScheduleNotificationSubscriberService
subscribes to the same topic for program status notifications asProgramNotificationSubscriberService
. Duplicated or invalid program status notifications can trigger schedules for multiple times.ScheduleNotificationSubscriberService
should subscribe to a separate topic that only includes valid program status notifications which are successfully persisted in app meta store.