gitea/modules/queue
zeripath df44017328
Restart zero worker if there is still work to do (#18658)
* Restart zero worker if there is still work to do

It is possible for the zero worker to timeout before all the work is finished.
This may mean that work may take a long time to complete because a worker will only
be induced on repushing.

Also ensure that requested count is reset after pulls and push mirror sync requests and add some more trace logging to the queue push.

Fix #18607

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-02-08 14:02:32 +00:00
..
bytefifo.go
helper.go
manager.go Only attempt to flush queue if the underlying worker pool is not finished (#18593) 2022-02-05 20:51:25 +00:00
queue_bytefifo.go
queue_channel_test.go
queue_channel.go
queue_disk_channel_test.go
queue_disk_channel.go
queue_disk_test.go
queue_disk.go
queue_redis.go
queue_test.go
queue_wrapped.go
queue.go
setting.go
unique_queue_channel_test.go
unique_queue_channel.go
unique_queue_disk_channel.go
unique_queue_disk.go
unique_queue_redis.go
unique_queue_wrapped.go
unique_queue.go
workerpool.go Restart zero worker if there is still work to do (#18658) 2022-02-08 14:02:32 +00:00