Execute any script file or command as job and send the result to different web services.
When I can use this tool:
- I execute script file(s) or command(s) as task(s) (schedule task(s) as well)
- I send the output to different web services
- I want all tasks to be executed in parallel
Check docs dir for available services.
Python >= 3.6
- Depends of the service you want to use you need
endpoint
andtoken
redis >= 4.0.9
Local
pip install pipenv
pipenv install
Docker
docker-compose build
Local
- Copy
env.example
to.env
pipenv run bash start.sh local
pipenv run bash worker.sh local
Docker
- Copy
env.docker.example
to.env.docker
docker-compose up -d
Soon.
Contributions are always welcome.
- Fork the repo
- Create a pull request against master
- Be sure tests pass (if exists)
Check GitHub Flow for details.