However, given that you're seeing jitter on the order of 10 seconds, I don't think there's any obvious thing (to us, anyway) the Go runtime is doing that would cause the jitter. Honestly, I don't really expect any of the 3 things above to have an effect, but it's something to...
application.init()function in Go is used to declare the state of an application such as initializing connection to the database, initializing logs and log levels or exporting cloud credentials. There are more use cases for theinit()function and they are not limited to the mentioned use cases....
# Use this so that we don't need to manually maintain the list. Expand Down Expand Up @@ -100,15 +109,3 @@ filegroup( srcs = glob(["**"]), visibility = ["//:__pkg__"], ) go_test( name = "default_test", srcs = [ "file_parser_test.go", "std_modules_test.go", ]...
Oh, I don't remember that part. Maybe this is a bug, then.@bcmills? Sorry, something went wrong. Copy link Contributor bradfitzcommentedFeb 27, 2019 It looks like you were using go 1.11.0. Can you try a more recent Go 1.11.x version?