1
0
Fork 0
forked from forgejo/forgejo

Task: Move to generic queue and gracefulise

This commit is contained in:
Andrew Thornton 2019-11-16 18:11:34 +00:00
parent d6b540475f
commit 4658b2f35e
No known key found for this signature in database
GPG key ID: 3CDE74631F13A748
6 changed files with 30 additions and 230 deletions

View file

@ -1090,4 +1090,5 @@ func NewServices() {
newMigrationsService()
newIndexerService()
newTaskService()
newQueueService()
}