urlfetchoninterval

command module
v0.0.0-...-79cabb1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2020 License: MIT Imports: 13 Imported by: 0

README

Command Line Usage

Usage: urlfetchoninterval <url>

Fetches a URL on an interval.

Arguments:
  <url>    ($FETCH_URL)

Flags:
  -h, --help                     Show context-sensitive help.
  -i, --interval=1m              ($FETCH_INTERVAL)
  -t, --timeout=5s               ($FETCH_TIMEOUT)
      --headers=KEY=VALUE;...    ($FETCH_HEADERS)
      --host=STRING              ($FETCH_HOST)
  -p, --proxy=PROXY              ($PROXY_URL)
  -v, --verbose                  ($VERBOSE)

Docker Examples

  docker run -d scjalliance/urlfetchoninterval -i 5m somesite.example.com/wp-cron.php?doing_wp_cron
  docker run -d -e "FETCH_INTERVAL=5m" -e "FETCH_URL=somesite.example.com/wp-cron.php?doing_wp_cron" scjalliance/urlfetchoninterval 

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL