A simple commandline app that implements a task queue
Project description
Deploy the system
docker-compose up -d
Create SSH Key
ssh-keygen -t rsa -b 2048
Copy the Container's SSH Key to the host
ssh-copy-id <user_at_host>@$(hostname)
Execute script on host
SCRIPT="sleep 10 && echo 'The End'" ssh -l <user_at_host> $(hostname) "$SCRIPT"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size task_q-1.0.11-py3-none-any.whl (7.3 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size task-q-1.0.11.tar.gz (5.4 kB) | File type Source | Python version None | Upload date | Hashes View |