-
Updated
Oct 20, 2020 - Go
nomad
Here are 293 public repositories matching this topic...
-
Updated
Sep 7, 2020 - Shell
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Sep 28, 2020
-
Updated
Aug 30, 2020 - Ruby
-
Updated
Aug 11, 2020
-
Updated
Oct 2, 2020 - Go
-
Updated
Aug 28, 2019 - Go
-
Updated
Mar 8, 2020 - Go
-
Updated
Feb 26, 2017
-
Updated
Sep 29, 2020 - Go
-
Updated
Mar 8, 2018 - Groovy
-
Updated
Sep 22, 2020 - Go
Use go generate tool to generate windows syscalls instead of writing them out manually.
This will help with maintainability
//go:generate go run golang.org/x/sys/windows/mkwinsyscall -output zsyscall_windows.go syscall_windows.go
Suggestion from jet/damon#18 (comment) by @zx2c4 with details and examples
By the way, there's an easier wa
Including:
- IP Address in octet format (currently, the host name is something obscure like "ip-10-123-123-123" which is not nice to work with
- EC2 Instance ID
Retrieve it from the instance metadata.
-
Updated
Oct 18, 2020 - JavaScript
-
Updated
Sep 27, 2020 - JavaScript
-
Updated
Jan 29, 2020 - Go
Improve this page
Add a description, image, and links to the nomad topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nomad topic, visit your repo's landing page and select "manage topics."
Description
With the changes introduced in #227, Noma API calls for job scaling operations were updated to permit stale reads. We should update the remainder of Nomad API calls for consistency and decreased load on the Nomad Servers.