Skip to main content

Talk to the at(1) daemon, to schedule jobs for later

Project description

This tiny library allows you to talk to the at(1) system, available on most UNIX machines, to schedule jobs to be run later.

Using at(1) can be much more light-weight than running a full-fledged job-processing system such as Celery if you are running very few jobs, however the performance will be much lower if you are running a considerate amount of tasks.

Example

import unix_at

job = unix_at.submit_shell_job(['touch', '/some/file'])
unix_at.cancel_job(job)
job = unix_at.submit_python_job(os.mkdir, 'now + 1 hour', '/some/dir')

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

unix-at-1.1.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

unix_at-1.1-py2.py3-none-any.whl (6.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file unix-at-1.1.tar.gz.

File metadata

  • Download URL: unix-at-1.1.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.19.9 CPython/3.6.3

File hashes

Hashes for unix-at-1.1.tar.gz
Algorithm Hash digest
SHA256 3030d7b7aea46a06f17c3a5d126720582b4d9a6c54e2c440be87514bfe60ee46
MD5 f863b916334bd4e15bda2e41f32b4d50
BLAKE2b-256 d762592883f81dac1304eac26ec63dec045424719395cd1e582aeb644022db12

See more details on using hashes here.

File details

Details for the file unix_at-1.1-py2.py3-none-any.whl.

File metadata

  • Download URL: unix_at-1.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.19.9 CPython/3.6.3

File hashes

Hashes for unix_at-1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 49ce528f0b87f6f794e29b25485470bb8a7bbf4c0ae7be71b919840168185487
MD5 63fce4a8b697da1b9ae7c08ee3896d43
BLAKE2b-256 5b73b4db6862ea53027fff94ebfb2e317fdaf3f57ad5d6583fddc86caf7cd7a8

See more details on using hashes here.

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