Category "nomad"

Is timestamp function not supported in HCL2?

I am trying to get the current day and put in a local locals { current_day = formatdate("DD/MM/YYYY", timestamp()) } but a I get this error Call to unknown

Scheduled termination of nomad job

I'm looking for analogue of nomad stop <job> command which I can schedule from the job itself. Is there such a thing in Nomad? I failed to find anything w

How to get Nomad precompiled binary using python requests client?

I'm trying to get the latest version of Nomad from official Github hashicorp repo. (written the explicit url for the version assets for the sake of the question