Add artistImageUrl available in getArtists endpoint
Also cache artist info in the DB for 1 hour
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ func NewPool(name string, workerCount int, item interface{}, exec Executor) (*Po
|
||||
log.Debug("Queue status", "pool", p.name, "items", len(p.queue))
|
||||
} else {
|
||||
if running {
|
||||
log.Info("Finished draining queue", "pool", p.name)
|
||||
log.Info("Queue empty", "pool", p.name)
|
||||
}
|
||||
running = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user