Skip to content
Snippets Groups Projects
user avatar
Clemens Beck authored
Parse and pass flags (https://github.com/webdevops/go-crond#usage) from
crond['flags'] dictionary to the go-crond service.

For example, --verbose and --server.bind can be configured by setting:

'''
crond['flags'] = {
  'verbose': true,
  'server.bind': '0.0.0.0:7000'
}
'''

The include flag (configurable via crond['cron_d']) can not be
configured with the flags dictionary.

Changelog: added
de219baa
History
Name Last commit Last update
..