Skip to content

daily maldet scan uses lock file#374

Closed
jnorell wants to merge 2 commits intorfxn:masterfrom
jnorell:patch-1
Closed

daily maldet scan uses lock file#374
jnorell wants to merge 2 commits intorfxn:masterfrom
jnorell:patch-1

Conversation

@jnorell
Copy link
Copy Markdown
Contributor

@jnorell jnorell commented Nov 11, 2020

fixes #373

@rfxn
Copy link
Copy Markdown
Owner

rfxn commented Feb 22, 2026

Closing — the underlying issue #373 has been resolved in v2.0.1 with a flock-based lockfile approach in cron.daily (commit aeb9779). The flock implementation is atomic (no race window), automatically releases on process exit (no stale lockfile cleanup needed), and degrades gracefully when flock is unavailable. Thank you for identifying this issue and proposing a fix.

@rfxn rfxn closed this Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

daily cron runs overlap

2 participants