Comment 1 for bug 1773132

Revision history for this message
Tushar Patil (tpatil) wrote :

As processing of notification is synchronized based on the source host uuid, it is guaranteed that either the main process or periodic task will run recovery process for a given notification.

In _process_notification method, we will need to get the notification from db and compare it with the current one to skip processing.