From 9357b3a4ec64fbcca58967d0319065de7d363560 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 28 Jan 2017 10:50:25 -0500 Subject: Add command to execute individual job --- doc/cli.markdown | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/cli.markdown b/doc/cli.markdown index 8bd5bde5..b1722308 100644 --- a/doc/cli.markdown +++ b/doc/cli.markdown @@ -30,6 +30,7 @@ Options: Available commands: cronjob Execute daily cronjob help Displays help for a command + job Execute individual job (read payload from stdin) list Lists commands worker Execute queue worker db @@ -207,6 +208,12 @@ Note: Installed files will have the same permissions as the current user ./cli worker ``` +### Execute individual job (mostly for debugging) + +```bash +echo 'RAW_JOB_DATA' | ./cli job +``` + ### Execute database migrations If the parameter `DB_RUN_MIGRATIONS` is set to `false`, you have run the database migrations manually: -- cgit v1.2.3