Skip to content
Snippets Groups Projects
Commit de219baa8cc0 authored by Clemens Beck's avatar Clemens Beck
Browse files

Add support for go-crond flags

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
parent 4a6b0bffab1b
No related branches found
No related tags found
3 merge requests!114heptapod#1394: making 1.0 the oldstable,!110heptapod#1352: merged heptapod branch into heptapod-stable,!108GitLab 16.6: merged first commit of upstream stable branch
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment