Skip to content

feat: Queue with long polling and delivering raw messages#50

Merged
kevinszuchet merged 1 commit into
mainfrom
feat/queue-long-polling-and-raw-messages
Oct 2, 2025
Merged

feat: Queue with long polling and delivering raw messages#50
kevinszuchet merged 1 commit into
mainfrom
feat/queue-long-polling-and-raw-messages

Conversation

@kevinszuchet

@kevinszuchet kevinszuchet commented Oct 1, 2025

Copy link
Copy Markdown
Contributor

Closes #51

@coveralls

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 18159620669

Details

  • 3 of 5 (60.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 55.423%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/adapters/memory-queue.ts 1 3 33.33%
Totals Coverage Status
Change from base Build 18143525278: 0.2%
Covered Lines: 550
Relevant Lines: 997

💛 - Coveralls

isRunning = true
while (isRunning) {
const messages = await queue.receiveSingleMessage()
const messages = await queue.receiveMessages(10)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

wdyt if we try to avoid using magic numbers?

@kevinszuchet
kevinszuchet merged commit b90c02d into main Oct 2, 2025
5 checks passed
@kevinszuchet
kevinszuchet deleted the feat/queue-long-polling-and-raw-messages branch October 2, 2025 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SNS delivering raw messages + long polling without wait

3 participants