conductor-worker-python/config.cfg

14 lines
386 B
INI
Raw Normal View History

2020-06-19 10:50:02 +02:00
[common]
2020-10-08 14:43:35 +02:00
server = http://nubis2.int.d4science.net:8080/api
#domain = comma separated list of task domains to be applied to all task types as fallback
2020-06-19 10:50:02 +02:00
[pyrest]
threads = 3
2020-06-19 10:50:02 +02:00
pollrate = .1
2020-10-08 14:43:35 +02:00
#domain = comma separated list of task domains to be applied to pyrest task type
2020-06-19 10:50:02 +02:00
[pyexec]
threads = 3
pollrate = .1
2020-10-08 14:43:35 +02:00
#domain = comma separated list of task domains to be applied to pyexec task type