Closed
Description
Description
As @zeripath mentioned in #9930, we need a way to halt log output. This may be required for using logrotate
for example.
We can introduce graceful restart and stop to achieve the feature mentioned above. In graceful stop, the Gitea process isn't immediately stopped, but let the remaining requests to be processed prior to stop. Graceful restart use similar technique, instead that new requests are served using new generation of Gitea process.
Metadata
Metadata
Assignees
Labels
No labels