]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
inbox: introduce lock_file for inbox_idle
authorEric Wong <e@80x24.org>
Fri, 20 Jun 2025 20:39:40 +0000 (20:39 +0000)
committerEric Wong <e@80x24.org>
Tue, 24 Jun 2025 17:34:50 +0000 (17:34 +0000)
commit058acb7676ef45c1be89615368f6bb62608878db
tree00738d5b0bd1228d5b89fdf648d29e015278a986
parent3abd992da588f707e34b04e47583017c98fdb021
inbox: introduce lock_file for inbox_idle

We may support idling on inbox-ish objects such as
PublicInbox::ExtSearch or similar (ActivityPub) objects in the
future, so taking version-specific knowledge out of InboxIdle
make sense for future changes.
lib/PublicInbox/Inbox.pm
lib/PublicInbox/InboxIdle.pm