about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiFinmsg.pm
DateCommit message (Collapse)
2021-09-09lei up: print messages before disconnecting
Closing the socket for script/lei needs to be done AFTER the final message(s) are printed.
2021-08-31lei up: only show finmsg in top-level lei-daemon
->DESTROY can get triggered in child processes, which unnecessarily duplicates messages queued up for display when lei spawns extra workers.
2021-08-25lei up: improve --all=local stderr output
The "# $NR written to $DEST ($total matches)" messages are arguably the most useful output of "lei up --all=local", but they get intermixed with progress messages from various workers. Queue up these finalization messages and only spit them out on ->DESTROY.