Skip to content
Snippets Groups Projects
Commit c16fac96 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed a minor issue

parent 8576aa27
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ func processImage(config *Config, client *redis.Client, value string) {
}
func main() {
go func() {
config := NewConfigFromEnv()
imagick.Initialize()
......@@ -85,6 +86,7 @@ func main() {
go processImage(&config, client, value)
}
}
}()
http.HandleFunc("/healthz", func(w http.ResponseWriter, r *http.Request) {
w.Write([]byte("OK"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment