1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 13:28:25 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Andrew Thornton 1f83b4fc9b Rename QUEUE_NAME REDIS_QUEUE_NAME 2020-01-07 09:08:29 +00:00
Andrew Thornton 52ee212c95 Ensure that persistable channel queue is added to manager 2020-01-06 17:27:30 +00:00
Andrew Thornton c7550a4bdd No redis host specified not found 2020-01-04 15:47:37 +00:00
Andrew Thornton 1cb7a86e37 Add warning if number of workers < 0 2020-01-04 15:26:18 +00:00
Andrew Thornton 21b9778119 move unlocking out of setInternal 2020-01-04 15:12:43 +00:00
Andrew Thornton e852cb620f As per @guillep2k add mutex locks on shutdown/terminate 2020-01-04 14:59:39 +00:00
zeripath 9941ae2966 Update modules/queue/queue_redis.go
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
2019-12-31 18:18:55 +00:00
Andrew Thornton 030b6d91c8 Remove dependency on queue from setting 2019-12-31 18:18:03 +00:00
Andrew Thornton 8798a61ba4 Cancel pool workers when removed 2019-12-31 17:48:26 +00:00
Andrew Thornton 6306cd42bc Rename queue.Description to queue.ManagedQueue as per @guillep2k 2019-12-31 17:17:07 +00:00
zeripath a10129f74c Update modules/queue/queue_disk_channel.go
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
2019-12-31 12:33:33 +00:00
zeripath 402e4dfe96 Update modules/queue/queue_disk.go 2019-12-31 12:27:04 +00:00
zeripath 6c6d3eae76 Update modules/queue/queue_channel.go
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
2019-12-31 12:17:18 +00:00
Andrew Thornton b1c9fa7f1a Add MaxWorker settings to queues 2019-12-30 18:38:59 +00:00
Andrew Thornton 1fb9104009 Queue: Allow Redis to connect to unix 2019-12-30 18:38:57 +00:00
Andrew Thornton 1013ced326 Fix test 2019-12-30 18:38:57 +00:00
Andrew Thornton 9ad9070555 Queue: Improve logging 2019-12-30 18:38:54 +00:00
Andrew Thornton 2927bc6fe5 Queue: Add monitoring 2019-12-30 18:38:54 +00:00
Andrew Thornton 85d1a7f7d2 Queue: Add name variable to queues 2019-12-30 18:38:53 +00:00
Andrew Thornton e6ebb47299 Queue: Make resizing worker pools 2019-12-30 18:38:52 +00:00
Andrew Thornton 9fb051654a Queue & Setting: Add worker pool implementation 2019-12-30 18:38:51 +00:00
Andrew Thornton 85042634fc Queue: Add generic graceful queues with settings 2019-12-30 18:38:50 +00:00