Merge "Remove unnecessary comma in help message in conf"

This commit is contained in:
Zuul 2020-01-09 09:43:15 +00:00 committed by Gerrit Code Review
commit 6d5a41fb2e
1 changed files with 6 additions and 6 deletions

View File

@ -343,12 +343,12 @@ cron_trigger_opts = [
default=1,
min=1,
help=(
'This setting defines how frequently Mistral checks for cron ',
'triggers that need execution. By default this is every second ',
'which can lead to high system load. Increasing the number will ',
'reduce the load but also limit the minimum freqency. For ',
'example, a cron trigger can be configured to run every second ',
'but if the execution_interval is set to 60, it will only run ',
'This setting defines how frequently Mistral checks for cron '
'triggers that need execution. By default this is every second '
'which can lead to high system load. Increasing the number will '
'reduce the load but also limit the minimum freqency. For '
'example, a cron trigger can be configured to run every second '
'but if the execution_interval is set to 60, it will only run '
'once per minute.'
)
)