Hello,
What is your recommendation on using clean_unused with db defined pipes?
pl_check("systemwide");
If I leave the system idle, they are eventually "cleaned" as expected. In our use case, that means failed calls unfortunately.
I am trying to see if I can mix both db/static pipes with dynamic/run-time pipes.
Thanks
Cindy
I suppose I can store the db values in htable.
On Tue, Apr 30, 2019 at 5:49 PM Cinthia Leung cinthia721@gmail.com wrote:
Hello,
What is your recommendation on using clean_unused with db defined pipes?
pl_check("systemwide");
If I leave the system idle, they are eventually "cleaned" as expected. In our use case, that means failed calls unfortunately.
I am trying to see if I can mix both db/static pipes with dynamic/run-time pipes.
Thanks
Cindy