jrxFive / python-nomad

Client library Hashicorp Nomad
https://python-nomad.readthedocs.io/en/latest/
MIT License
139 stars 73 forks source link

Add parameters IdPrefixTemplate and IdempotencyToken to dispatch_job #158

Open joschwen opened 10 months ago

joschwen commented 10 months ago

The Nomad HTTP API for Dispatch Jobs allows two parameters that are not yet part of this Python API:

Let's add these two to the jobs.dispatch_job() method.