This repository has been archived by the owner on Oct 1, 2023. It is now read-only.
forked from ssut/nestjs-sqs
-
Notifications
You must be signed in to change notification settings - Fork 1
Pull latest nestjs-sqs #16
Open
ben-zalekta-lmnd
wants to merge
29
commits into
lemonade-hq:master
Choose a base branch
from
ssut:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install fails on NestJS 8 because of old peer dependencies.
Squashed commit of the following: commit 60732cb Author: Suhun Han <[email protected]> Date: Thu Apr 27 16:49:26 2023 +0900 fix(e2e): set custom sqs endpoint commit 1d0c177 Author: Suhun Han <[email protected]> Date: Thu Apr 27 16:49:12 2023 +0900 refactor: merge imports commit 1118012 Author: Suhun Han <[email protected]> Date: Thu Apr 27 16:48:59 2023 +0900 refactor(elasticmq): remove blanks commit 69a817d Author: Suhun Han <[email protected]> Date: Thu Apr 27 16:48:49 2023 +0900 chore: npm to pnpm, bump version to 2.0.0 commit 764211d Author: Jeffrey Yustman <[email protected]> Date: Thu Feb 16 11:48:00 2023 -0500 upgrade to aws sdk v3
When no metadata is found for a handler, it should return early from the setup, rather than warning and attempting to continue, which immediately causes errors.
Co-authored-by: Romain <[email protected]>
* feat: add global stop options support * feat: add stop options support by consumer
* chore: update sqs-consumer and sqs-producer * fix: aws-sdk version * fix: update aws-sdk version * fix(sqs-consumer): tests * fix(sqs-consumer): tests with pnpm
* chore(ci)!: drop support for node v16, adding node v22 * chore(deps)!: bump sqs-consumer to v11, use vitest and biome * chore(ci): enrich emq config * feat(test): apply vitest * refactor: apply Biome lint and format * chore(ci): run tests on ubuntu 24.04 * docs: update install command * chore(ci): run tests before publish
…d (reading 'instance') (#87)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.