Skip to content

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

License

Notifications You must be signed in to change notification settings

pwwang/pipen-lock

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published