Merge branch 'master' into 34-52-rework-searchbar

This commit is contained in:
Christoph Kluge
2023-01-13 09:58:56 +01:00
committed by GitHub
9 changed files with 960 additions and 42 deletions

View File

@@ -456,7 +456,7 @@ func main() {
server.Shutdown(context.Background())
// Then, wait for any async archivings still pending...
api.OngoingArchivings.Wait()
api.JobRepository.WaitForArchiving()
}()
if config.Keys.StopJobsExceedingWalltime > 0 {