Skip to content

FIX: memory exhaustion on zot message pickup with large message queue

M. Dent requested to merge dentm42/core:patch-20190111a into dev

In the event the message delivery queue contains an excessive number of messages for a given site, the pickup request can fail as memory is exhaused by the select * from outq. This update limits the number of messages per pickup to 100 and submits a new notification to the remote to start a separate pickup process.

Merge request reports