Skip to content

Commit

Permalink
fix: do not catch an error that must trigger a restart of worker loop
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Oct 10, 2024
1 parent 377b3bd commit 615191a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 484 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@

Take a look at the [contribution guidelines](./CONTRIBUTING.md).

## Documentation

- [API](./docs/api.md)
1 change: 1 addition & 0 deletions api/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ UI available at ${config.origin}/processings/`)
export const stop = async () => {
await httpTerminator.terminate()
if (config.observer.active) await stopObserver()
await locks.stop()
await mongo.client.close()
await stopWSServer()
}
Loading

0 comments on commit 615191a

Please sign in to comment.