llama poll
¶
Scripts that continuously poll external resources for updates. Used in cases
when trigger listeners (see: llama.listen
), a more elegant approach to
querying for updates, are not available.
usage: llama poll [-V] [-h] [{gracedb}] [subargs [subargs ...]]
Named Arguments¶
- -V, --version
Print the version number and exit.
Default: False
- -h, --help
If a SUBCOMMAND is provided, run
--help
for that subcommand. If no SUBCOMMAND is provided, print this documentation and exit.Default: False
subcommands (call one with ``–help`` for details on each)¶
- subcommand
Possible choices: gracedb
- If a subcommand is provided, ALL remaining
arguments will be passed to that command and it will be called.
- subargs
- If SUBCOMMAND takes its own
positional arguments, provide them here. This includes sub-sub commands.
- subcommand summaries (pick one, use
--help
for more info): - gracedb
Launch the LLAMA GCN poller.