Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: mongodb driver migration and graceful process shutdown #124

Merged
merged 4 commits into from
May 17, 2024

Conversation

wax911
Copy link
Member

@wax911 wax911 commented May 17, 2024

AniTrend Pull Request

Thank you for contributing! Please take a moment to review our contributing guidelines
to make the process easy and effective for everyone involved.

Please open an issue before embarking on any significant pull request, especially those that
add a new library or change existing tests, otherwise you risk spending a lot of time working
on something that might not end up being merged into the project.

Before opening a pull request, please ensure you've done the following:

  • You have followed our contributing guidelines
  • Double checked that your branch is based on dev and targets dev (where applicable)
  • Pull request has tests (if applicable)
  • Documentation is updated (if necessary)
  • Description explains the issue/use-case resolved

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (Improves existing functionality)

IMPORTANT: By submitting a patch, you agree to allow the project
owners to license your work under the terms of the Apache License, Version 2.0.

wax911 and others added 3 commits May 17, 2024 12:45
- `testing/asserts.ts` has been deprecated and `assert/mod.ts` has been used as a replacement
- Adds `SIGTERM` and `SIGINT` process handlers to close mongodb connection and gracefully exit the app process
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@wax911 wax911 force-pushed the feature/mongodb-driver-migration branch from e59d656 to 4bc2ea1 Compare May 17, 2024 18:16
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved automated PR

@wax911 wax911 merged commit 4990f8f into dev May 17, 2024
6 checks passed
@wax911 wax911 deleted the feature/mongodb-driver-migration branch May 17, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant