GitHub - pwwang/pipen-lock: Process lock for pipen to prevent multiple runs at the same time (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

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