rpdelaney/pg-message-queue

should add a purge_queue function

Opened this issue · 1 comments

Request for discussion first. Thinking is that the function should purge messages which a) have been delivered and b) are older than a supplied value.

Yeah, don't see why not. We have a function to drop the whole queue, so why not a function to truncate it?