gitea/modules/indexer/issues
zeripath 167e8f18da
Restore Graceful Restarting & Socket Activation (#7274)
* Prevent deadlock in indexer initialisation during graceful restart

* Move from gracehttp to our own service to add graceful ssh

* Add timeout for start of indexers and make hammer time configurable

* Fix issue with re-initialization in indexer during tests

* move the code to detect use of closed to graceful

* Handle logs gracefully - add a pid suffix just before restart

* Move to using a cond and a holder for indexers

* use time.Since

* Add some comments and attribution

* update modules.txt

* Use zero to disable timeout

* Move RestartProcess to its own file

* Add cleanup routine
2019-10-15 14:39:51 +01:00
..
bleve.go Refactor issue indexer (#5363) 2019-02-19 09:39:39 -05:00
bleve_test.go fix bug when set indexer as db and add tests (#6173) 2019-02-24 11:16:20 -05:00
db.go Add more tests and docs for issue indexer, add db indexer type for searching from database (#6144) 2019-02-21 13:01:28 +08:00
indexer.go Restore Graceful Restarting & Socket Activation (#7274) 2019-10-15 14:39:51 +01:00
indexer_test.go Restore Graceful Restarting & Socket Activation (#7274) 2019-10-15 14:39:51 +01:00
queue.go Add more tests and docs for issue indexer, add db indexer type for searching from database (#6144) 2019-02-21 13:01:28 +08:00
queue_channel.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
queue_disk.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
queue_redis.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00