diff options
| author | Julian Blake Kongslie | 2020-11-25 10:45:14 -0800 |
|---|---|---|
| committer | Julian Blake Kongslie | 2020-11-25 10:51:38 -0800 |
| commit | ed1db863129a5fb17dcd02c47b8744458fa046e1 (patch) | |
| tree | 41a28e6297ee82302ac7df56e0ad076ca10ddcc0 /man/olamic-worker.1.md | |
| parent | Change the example githook to remove a level of indirection. (diff) | |
| download | olamic-ed1db863129a5fb17dcd02c47b8744458fa046e1.tar.xz | |
Add olamic-wait tool for blocking until a task is complete.
Diffstat (limited to 'man/olamic-worker.1.md')
| -rw-r--r-- | man/olamic-worker.1.md | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/man/olamic-worker.1.md b/man/olamic-worker.1.md deleted file mode 100644 index d558f47..0000000 --- a/man/olamic-worker.1.md +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | % OLAMIC-WORKER(1) | ||
| 2 | % Julian B Kongslie | ||
| 3 | % October 2020 | ||
| 4 | |||
| 5 | # NAME | ||
| 6 | |||
| 7 | olamic-worker - run olamic tasks | ||
| 8 | |||
| 9 | # SYNOPSIS | ||
| 10 | |||
| 11 | **olamic-worker** | ||
| 12 | |||
| 13 | # DESCRIPTION | ||
| 14 | |||
| 15 | **olamic-worker** will continuously try to pull a new task from the olamic | ||
| 16 | queue, and run it. It uses its current working directory as a scratch space. | ||
| 17 | |||
| 18 | # ENVIRONMENT VARIABLES | ||
| 19 | |||
| 20 | **OLAMIC_EMAIL** | ||
| 21 | : The default email to complain to if a task fails. This can (and typically | ||
| 22 | will) be overridden on a per-task basis. | ||
| 23 | |||
| 24 | **OLAMIC_QUEUE_HOST** | ||
| 25 | : The host where the olamic queue lives. Defaults to the local machine. | ||
| 26 | |||
| 27 | **OLAMIC_QUEUE_DIR** | ||
| 28 | : The directory where the olamic queue lives. Defaults to /srv/olamic/queue. | ||
| 29 | |||
| 30 | **OLAMIC_WORKER_PERIOD** | ||
| 31 | : How long the worker sleeps for when it can't find a task. Defaults to one | ||
| 32 | minute. | ||
| 33 | |||
| 34 | # SEE ALSO | ||
| 35 | |||
| 36 | olamic-enqueue(1) | ||
