aboutsummaryrefslogtreecommitdiffstats
path: root/modules/graceful/manager.go
Commit message (Expand)AuthorAgeFilesLines
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind8 days1-3/+3
* Refactor graceful manager, fix misused WaitGroup (#29738)coldWater2024-03-151-1/+4
* Improve graceful manager code/comment (#28063)wxiaoguang2023-11-151-44/+8
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-51/+11
* Rewrite logger system (#24726)wxiaoguang2023-05-211-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Fix graceful doc (#20883)wxiaoguang2022-08-211-4/+6
* Add pprof labels in processes and for lifecycles (#19202)zeripath2022-03-251-34/+16
* Immediately Hammer if second kill is sent (#18823)zeripath2022-02-191-0/+1
* format with gofumpt (#18184)65432022-01-201-0/+1
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-151-72/+82
* Move install pages out of main macaron routes (#13195)zeripath2020-10-191-1/+1
* Handle panics that percolate up to the graceful module (#11291)zeripath2020-05-141-1/+34
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-64/+76
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-1/+107
* Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)zeripath2019-11-211-0/+187