Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 689 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 689 Bytes

pipen-lock

Process lock for pipen to prevent multiple runs at the same time

Installation

pip install -U pipen-lock

Enable/Disable

The plugin is enabled by default. To disable it, either uninstall it or:

from pipen import Proc, Pipen

# process definition

class MyPipeline(Pipen):
    plugins = ["-lock"]

Configuration