fix: not sleeping
This commit is contained in:
@ -43,8 +43,6 @@ func ListenNewImageEvents(db *sql.DB, eventManager *EventManager) {
|
||||
|
||||
databaseEventLog.Debug("Starting processing image", "ImageID", imageId)
|
||||
|
||||
time.Sleep(5 * time.Second)
|
||||
|
||||
ctx := context.Background()
|
||||
|
||||
go func() {
|
||||
|
Reference in New Issue
Block a user