harlowja / fasteners

A python package that provides useful locks.
Apache License 2.0
246 stars 45 forks source link

Please allow interprocess_locked to with blocking=False #32

Open gabor-lbl opened 5 years ago

gabor-lbl commented 5 years ago

Please add an optional parameter to interprocess_locked so blocking can be set to False. My process is called by cron every so often, and I want it to exit if another copy is still running. Thank you!

harlowja commented 5 years ago

Makes sense, want to submit a PR + tests?