simple_local_consumer3 - Online in the Cloud

This is the command simple_local_consumer3 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


simple_local_consumer3 - PgQ consumer that executes query for each row

SYNOPSIS


simple_local_consumer3.py [switches] config.ini

DESCRIPTION


For each event in batch it will execute query, filling event values into it.

Transactionality: query is executed in autocommit mode, completed batch is tracked in
local file. It can be switched between nodes in cascaded queue.

CONFIG


Run simple_local_consumer3 --ini to see commented config template.

COMMAND LINE SWITCHES


Following switches are common to all skytools.DBScript-based Python programs.

-h, --help
show help message and exit

-q, --quiet
make program silent

-v, --verbose
make program more verbose

-d, --daemon
make program go background

--ini
show commented template config file.

Following switches are used to control already running process. The pidfile is read from
config then signal is sent to process id specified there.

-r, --reload
reload config (send SIGHUP)

-s, --stop
stop program safely (send SIGINT)

-k, --kill
kill program immidiately (send SIGTERM)

01/15/2016 SIMPLE_LOCAL_CONSUME(1)

Use simple_local_consumer3 online using onworks.net services



Latest Linux & Windows online programs