mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
don't wait on close connection after seeding
This commit is contained in:
parent
683fd53ef7
commit
ae7b5f6cee
@ -98,7 +98,8 @@ const run = async () => {
|
||||
}
|
||||
logger.info('##seed## seeding all contributionLinks successful...')
|
||||
|
||||
await con.destroy()
|
||||
// TODO: check why this sometimes hangs
|
||||
// await con.destroy()
|
||||
}
|
||||
|
||||
run().catch((err) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user