Skip to main content

CLI for interacting with the timer API

Project description

Globus Automate Timer CLI

This is an alpha-version CLI for use with the (also in alpha) timer API, to use primarily for scheduling recurring transfer tasks through Globus Automate.

What is this Service/CLI for?

The timer service can be used to schedule recurring transfer tasks. For example, let’s say we want to have a transfer automatically run every night to back up data. We submit a job to the timer API starting tonight, and with an interval of 1 day at which it will be re-run. In that request we provide the timer service the same input we would give to the transfer action provider; that part of the request contains the information for what endpoints we transfer to and from as well as other options relevant to the transfer.

Basic Usage

Install with pip install globus-timer-cli.

To summarize, the CLI can be used for the following tasks:

  • Schedule a new recurring job: globus-timer job submit ...
  • Check the list of previously-submitted jobs: globus-timer job list
  • Check on the status of a particular job: globus-timer job status JOB_ID
  • Show help for any of the above commands with globus-timer job submit --help etc.

As an example, a complete command would look something like this:

globus-timer-cli job submit \
    --name test-tutorial-job \
    --interval 600 \
    --action-url https://actions.automate.globus.org/transfer/transfer/run
    --action-body '{"body": {"source_endpoint_id": "ddb59aef-6d04-11e5-ba46-22000b92c6ec", "destination_endpoint_id": "ddb59af0-6d04-11e5-ba46-22000b92c6ec", "transfer_items": [{"source_path": "/~/file1.txt", "destination_path": "/~/new_file1.txt"}]}}'

Each command should be reasonably informative as to what arguments are required, and what type of input is expected for those arguments. However, do note that the action-body depends on the schema expected for that action provider, which isn't known by the CLI. You can use the Globus Automate client to introspect the input schema for an action provider, which is what the CLI needs for the --action-body parameter.

To schedule transfers on your behalf, this CLI requires authentication through Globus Auth. The CLI should initially prompt you with a Globus Auth page to consent to this usage. Authentication information is cached in the file $HOME/.config/globus/tokens.json (so the authentication process is only needed on the first use), which should be kept secret.

How Does it Work?

Internally, the service is using an algorithm similar to the unix utility cron. The service will operate under the following guarantees:

  • A job will not run more frequently than the specified interval.
  • The time that a job starts may skew slightly depending on load (likely on the order of fractions of a second to individual seconds), but does not skew further over time. For example, suppose that your job is meant to run every 10 seconds, but the scheduler is under unusually heavy load each time, and your job runs 1 second later than scheduled. It would not be possible for the job to run at 11, 22, 33, … rather it runs at 11, 21, 31, …
  • Jobs are "soft-deleted," meaning they are removed from the scheduler but not the database, so the outputs of previous runs are still available. The results of the previous 10 runs are exposed in the API wherever the job is returned.

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

globus-timer-cli-0.1.0.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

globus_timer_cli-0.1.0-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file globus-timer-cli-0.1.0.tar.gz.

File metadata

  • Download URL: globus-timer-cli-0.1.0.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.5 CPython/3.6.9 Linux/5.4.0-42-generic

File hashes

Hashes for globus-timer-cli-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1e9305f68a15816bfa0f55890fa5df2c4bc91afb8b54f4ae4696f80c4fec80fa
MD5 4f8920bbbc97925d6c5d6ba760ccfa93
BLAKE2b-256 650cbce182bc34786eea38e179c360b18002e0e98af4601f8827e90cac7983b8

See more details on using hashes here.

Provenance

File details

Details for the file globus_timer_cli-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: globus_timer_cli-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.5 CPython/3.6.9 Linux/5.4.0-42-generic

File hashes

Hashes for globus_timer_cli-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 55d963374de1f6ea4ff1eecad781b65a17ebde585062302c2b2c06ab6d5f07a7
MD5 b8d9a9db9f1290ccdd44c853ae3fea22
BLAKE2b-256 53b939255090819e8ed15e9a008b9ad877df7b8ed8b6fd276933a51211cde942

See more details on using hashes here.

Provenance

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