1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-27 11:34:24 +00:00
forgejo/modules/queue
zeripath 4e57bd1d30
Add number in queue status to monitor page ()
Add number in queue status to the monitor page so that administrators can
assess how much work is left to be done in the queues.

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-02-12 13:31:26 +08:00
..
bytefifo.go Pause queues () 2022-01-22 21:22:14 +00:00
helper.go Add an abstract json layout to make it's easier to change json library () 2021-07-24 18:03:58 +02:00
manager.go Add number in queue status to monitor page () 2022-02-12 13:31:26 +08:00
queue.go Make WrappedQueues and PersistableChannelUniqueQueues Pausable () 2022-01-24 22:54:35 +00:00
queue_bytefifo.go Add number in queue status to monitor page () 2022-02-12 13:31:26 +08:00
queue_channel.go Attempt to prevent the deadlock in the QueueDiskChannel Test again () 2022-01-29 11:37:08 +00:00
queue_channel_test.go add gitea-fmt back () 2022-02-01 12:43:09 -05:00
queue_disk.go Pause queues () 2022-01-22 21:22:14 +00:00
queue_disk_channel.go Attempt to prevent the deadlock in the QueueDiskChannel Test again () 2022-01-29 11:37:08 +00:00
queue_disk_channel_test.go Attempt to prevent the deadlock in the QueueDiskChannel Test again () 2022-01-29 11:37:08 +00:00
queue_disk_test.go Pause queues () 2022-01-22 21:22:14 +00:00
queue_redis.go Pause queues () 2022-01-22 21:22:14 +00:00
queue_test.go Add an abstract json layout to make it's easier to change json library () 2021-07-24 18:03:58 +02:00
queue_wrapped.go Make WrappedQueues and PersistableChannelUniqueQueues Pausable () 2022-01-24 22:54:35 +00:00
setting.go Make WrappedQueues and PersistableChannelUniqueQueues Pausable () 2022-01-24 22:54:35 +00:00
unique_queue.go Add Unique Queue infrastructure and move TestPullRequests to this () 2020-02-02 23:19:58 +00:00
unique_queue_channel.go Attempt to prevent the deadlock in the QueueDiskChannel Test again () 2022-01-29 11:37:08 +00:00
unique_queue_channel_test.go Pause queues () 2022-01-22 21:22:14 +00:00
unique_queue_disk.go Pause queues () 2022-01-22 21:22:14 +00:00
unique_queue_disk_channel.go Attempt to prevent the deadlock in the QueueDiskChannel Test again () 2022-01-29 11:37:08 +00:00
unique_queue_redis.go Pause queues () 2022-01-22 21:22:14 +00:00
unique_queue_wrapped.go Make WrappedQueues and PersistableChannelUniqueQueues Pausable () 2022-01-24 22:54:35 +00:00
workerpool.go Add number in queue status to monitor page () 2022-02-12 13:31:26 +08:00