Draft: fix: detection of the end of processing of sending notifications
- a revert of the 70063ceb commit : the execution time was too long
- add a mechanism based on the timestamp of the last sent notification (failure or success). If there is no more evolution of this timestamp (regarding the value of the "robert.push.server.max-waiting-time-after-last-sent-notification-in-sec" parameter) then the job is considered completed.
- deletion of the database update in the writer that is not mandatory. Indeed the update is done by the asynchronous tasks launched by the processor.
Edited by Framboise Orange