Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeripath
382101ecc7
In disk_channel queues synchronously push to disk on shutdown ( #18415 ) ( #18788 )
...
Partial Backport of #18415
Instead of using an asynchronous goroutine to push to disk on shutdown
just close the datachan and immediately push to the disk.
Prevents messages of incompletely flushed queues.
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
3 years ago
..
bytefifo.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
helper.go
Add an abstract json layout to make it's easier to change json library ( #16528 )
3 years ago
manager.go
Only attempt to flush queue if the underlying worker pool is not finished ( #18593 ) ( #18620 )
3 years ago
queue.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
queue_bytefifo.go
In disk_channel queues synchronously push to disk on shutdown ( #18415 ) ( #18788 )
3 years ago
queue_channel.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
queue_channel_test.go
Fixed assert statements. ( #16089 )
3 years ago
queue_disk.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
queue_disk_channel.go
In disk_channel queues synchronously push to disk on shutdown ( #18415 ) ( #18788 )
3 years ago
queue_disk_channel_test.go
In disk_channel queues synchronously push to disk on shutdown ( #18415 ) ( #18788 )
3 years ago
queue_disk_test.go
A better go code formatter, and now `make fmt` can run in Windows ( #17684 )
3 years ago
queue_redis.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
queue_test.go
Add an abstract json layout to make it's easier to change json library ( #16528 )
3 years ago
queue_wrapped.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
setting.go
Use immediate queues in integration tests and ensure that immediate ( #16927 )
3 years ago
unique_queue.go
Add Unique Queue infrastructure and move TestPullRequests to this ( #9856 )
5 years ago
unique_queue_channel.go
Make the Mirror Queue a queue ( #17326 )
3 years ago
unique_queue_disk.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
unique_queue_disk_channel.go
In disk_channel queues synchronously push to disk on shutdown ( #18415 ) ( #18788 )
3 years ago
unique_queue_redis.go
Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc ( #15693 )
4 years ago
unique_queue_wrapped.go
Add Unique Queue infrastructure and move TestPullRequests to this ( #9856 )
5 years ago
workerpool.go
Restart zero worker if there is still work to do ( #18658 ) ( #18672 )
3 years ago