Skip to content

Instantly share code, notes, and snippets.

@ollyg
Last active May 17, 2018 15:33
Show Gist options
  • Save ollyg/9807620b674045dc508c1d97543c1dd0 to your computer and use it in GitHub Desktop.
Save ollyg/9807620b674045dc508c1d97543c1dd0 to your computer and use it in GitHub Desktop.
slower arp and mac polling, more workers
# the default is hourly
schedule:
macwalk:
when: '20 8,14,21 * * *'
arpwalk:
when: '50 8,14,21 * * *'
# the default is 50 minutes
jobs_stale_after: '6 hours'
# the default is 2 x number of CPU cores
workers:
tasks: 'AUTO * 4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment