Skip to content

Instantly share code, notes, and snippets.

@mattmcla
Created October 14, 2018 01:26
Show Gist options
  • Select an option

  • Save mattmcla/0ec7093e8f630e093f4f54b51a6e071c to your computer and use it in GitHub Desktop.

Select an option

Save mattmcla/0ec7093e8f630e093f4f54b51a6e071c to your computer and use it in GitHub Desktop.
job "cluster-meta" {
datacenters = ["aws_us-west-2_management"]
type = "batch"
periodic {
cron = "0/15 * * * * * *"
prohibit_overlap = true
}
group "main" {
task "script" {
driver = "raw_exec"
config {
command = "bash"
args = ["-c", "/opt/seriem/services/cluster-meta.sh"]
}
resources {
memory = 50
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment