You cannot 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 cbaa1de9ec Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)
* Graceful Shutdown for windows and others

Restructures modules/graceful, adding shutdown for windows, removing and
replacing the old minwinsvc code.

Creates a new waitGroup - terminate which allows for goroutines to
finish up after the shutdown of the servers.

Shutdown and terminate hooks are added for goroutines.

* Remove unused functions - these can be added in a different PR

* Add startup timeout functionality

* Document STARTUP_TIMEOUT
5 years ago
..
bleve.go Allow cross-repository dependencies on issues (#7901) 5 years ago
bleve_test.go Allow cross-repository dependencies on issues (#7901) 5 years ago
db.go Allow cross-repository dependencies on issues (#7901) 5 years ago
indexer.go Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964) 5 years ago
indexer_test.go Allow cross-repository dependencies on issues (#7901) 5 years ago
queue.go Add more tests and docs for issue indexer, add db indexer type for searching from database (#6144) 5 years ago
queue_channel.go Add golangci (#6418) 5 years ago
queue_disk.go Use gitea forked macaron (#7933) 5 years ago
queue_redis.go Use gitea forked macaron (#7933) 5 years ago