jrxFive / python-nomad

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

Support scaling-related operations #131

Open jrsala-auguration opened 2 years ago

jrsala-auguration commented 2 years ago

This adds two endpoints that are new since 0.12.0. (also removes duplicated test test_revert_job)

The API contract of the /:job_id/scale endpoint is not fully clear to me yet (see this issue) so this might need further updates.

jonathanrcross commented 2 years ago

Hey @jrsala-auguration, thanks so much for the PR. I'll try to bring your branch down locally to see whats going on with the tests you added.

jrsala-auguration commented 2 years ago

Hi @jonathanrcross, thanks for the help. I did not run any tests locally, so happy for you to take this over.