Custom python based workers for the Netflix OSS Conductor
Go to file
dcore94 5e6f850f28 added worker for sending emails and example configuration file 2021-03-22 11:28:05 +01:00
conductor improved logging and optimized default threads and pollrate 2020-11-06 18:26:44 +01:00
docker bug fixes 2020-11-05 15:27:58 +01:00
pyexecplugins added worker for sending emails and example configuration file 2021-03-22 11:28:05 +01:00
.gitignore First share 2020-06-19 10:50:02 +02:00
Dockerfile major refactoring 2020-10-14 18:06:28 +02:00
PyExec.py config is forwarded to plugin constructor 2021-03-22 11:27:22 +01:00
README.md major refactoring 2020-10-14 18:06:28 +02:00
build-base.sh new release 2020-10-30 19:19:31 +01:00
build-provisioning.sh bug fixes 2020-11-05 15:27:58 +01:00
config.cfg improved logging 2020-11-12 18:38:54 +01:00
entrypoint.sh major refactoring 2020-10-14 18:06:28 +02:00
mail-test-config.cfg added worker for sending emails and example configuration file 2021-03-22 11:28:05 +01:00
requirements.txt major refactoring 2020-10-14 18:06:28 +02:00
setup.cfg First share 2020-06-19 10:50:02 +02:00
setup.py major refactoring 2020-10-14 18:06:28 +02:00

README.md

Python workers for Conductor

Python worker for Conductor provides :

  1. PyExec: a plugin based set of workers for Netflix OSS Conductor written in Python3 for

Install

Example

python3 PyExec # Runs a bare PyExec supporting only Nop, Identity and Sequence plugins
python3 PyExec Http Ansible Packer #this runs PyExec with pyrest, pyansible and pypacker plugins enabled 
python3 PyExec Shell Eval # runs a a PyExec with only pyshell and py eval enabled. pyshell executes shell commands, pyeval executes arbitrary Python3 code