1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Template: tryton-server-uwsgi/enable-workers
Type: boolean
Default: false
_Description: Set up Tryton server workers?
Some Tryton server tasks can be performed asynchronously in the
background by workers in a task queue.
.
If enabled, the workers can automatically perform tasks such as the
processing of sales, invoices, or purchases removing the need to execute
particular workflow steps manually in the clients and wait for them
to finish.
Template: tryton-server-uwsgi/enable-cron
Type: boolean
Default: false
_Description: Set up a Tryton scheduler?
Tryton server has its own internal "cron" scheduler which can run
periodic database-maintenance tasks (configured using the Tryton clients).
Please specify whether it should be enabled.
.
Note: Only one cron server should be enabled per database.
|