logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

trytond-cron - Tryton Application Platform (Worker)

Author

       Tryton server was written by the Tryton project <http://www.tryton.org/>.
       This manual page was written by Mathias Behrle <mbehrle@debian.org>.

7.0                                                2024-10-18                                  TRYTOND-WORKER(1)

Description

       Tryton  is  a  high-level  general purpose application platform written in Python and using PostgreSQL as
       database engine. It is the core base of an ERP.

       This script runs the dedicated worker part of the server.

Files

/etc/tryton/trytond.conf, /etc/tryton/trytond_log.conf

Homepage

       More information the Tryton project can be found at <http://www.tryton.org/>.

Name

       trytond-cron - Tryton Application Platform (Worker)

Options

--version           show program's version number and exit
       -h,--help          show this help message and exit
       -cFILE[FILE...],--configFILE[FILE...]
                           specify configuration files
       --dev               enable development mode (caching disabled)
       -v,--verbose       enable verbose mode
       -dDATABASE[DATABASE...],--databaseDATABASE[DATABASE...]
                           specify the database name
       --pidfileFILE      file where the server pid will be stored
       --logconfFILE      logging configuration file (ConfigParser format)
       --nameNAME         work only on the named queue
       --maxMAXTASKSPERCHILD
                           number of tasks a worker process before being replaced
       -nPROCESSES        number of processes to use
       -tTIMEOUT,--timeoutTIMEOUT
                           maximum timeout when waiting notification

See Also

trytond(1), trytond-admin(1), trytond-console(1), trytond-cron(1), trytond-worker(1), tryton(1)

Synopsis

trytond-worker[-h][--version][-cFILE[FILE...]][-v][--dev][-dDATABASE[DATABASE...]]

See Also