Replies: 1 comment
-
The PublisherQueueJob take every register in publishing_queue with status different to: Status.BUNDLE_SENT_SUCCESSFULLY to try to publish (o retry) When the Bundle is not going to be retry anymore it is remove from the publishing_queue table here: The num_tries are updated in Data Base here: When all the PublishAuditHistory object is set in the status_pojo databse field, also the numTries are increment here: The only reason I can think to retry for ever it is that fail trying to remove the bundle from the publishing_queue or fail trying to update the PublishAuditHistory in the database. Also maybe the bundle can fail when try to update the Status and then keep retrying for ever. it is going to be hard know exactly what is happening here |
Beta Was this translation helpful? Give feedback.
-
Issue: #21579
Beta Was this translation helpful? Give feedback.
All reactions