good morning!!!!

Skip to content
Snippets Groups Projects
Commit 309eebd7 authored by Garet Halliday's avatar Garet Halliday
Browse files

race detector maybe?

parent 0b13e3e2
No related branches found
No related tags found
No related merge requests found
......@@ -147,9 +147,6 @@ func (T *Pool) removeRecipe(name string) {
}
func (T *Pool) scaleUp() {
log.Printf("scaling up")
defer log.Printf("finished scaling up")
backoff := T.options.ServerReconnectInitialTime
backingOff := false
......
......@@ -5,7 +5,7 @@ WORKDIR /src
COPY . .
RUN go mod tidy
RUN go build -o cgat ./cmd/cgat
RUN go build -race -o cgat ./cmd/cgat
FROM alpine:latest
WORKDIR /bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment