File: tryton-server-uwsgi.templates

package info (click to toggle)
tryton-server 7.0.30-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,756 kB
  • sloc: python: 53,218; xml: 5,194; sh: 802; sql: 217; makefile: 28
file content (21 lines) | stat: -rw-r--r-- 815 bytes parent folder | download | duplicates (2)
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.