Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

task-q-1.0.14.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

task_q-1.0.14-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page