Re-enable workers

This commit is contained in:
Daniel Mason 2021-08-12 21:23:48 +12:00
parent f914575e09
commit d7b7ceb122
Signed by: idanoo
GPG key ID: 387387CDBC02F132
2 changed files with 8 additions and 7 deletions

View file

@ -75,8 +75,8 @@ func main() {
defer goscrobble.CloseRedisConn()
// Start background workers
// go goscrobble.StartBackgroundWorkers()
// defer goscrobble.EndBackgroundWorkers()
go goscrobble.StartBackgroundWorkers()
defer goscrobble.EndBackgroundWorkers()
// Boot up API webserver \o/
goscrobble.HandleRequests(port)