Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Jul 4, 2024
1 parent 3d86842 commit 5ae6b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Overview

`longsub` is a small wrapper package for lengthy subscriptions for both [SQS](https://aws.amazon.com/sqs/) and [PubSub](https://cloud.google.com/pubsub/). It will setup the subscription and attempts to extend the processing window at message level until the processing is done, or failed, or requeued. Useful if you want to keep the queue timeout relatively short (for quick message redelivery) but have the option for subscribers to have longer time to process each of the messages.
`longsub` is a small wrapper package for lengthy subscriptions for both [SQS](https://aws.amazon.com/sqs/) and [PubSub](https://cloud.google.com/pubsub/). It will setup the subscription and attempts to extend the processing window at message level until the processing is done, or failed, or requeued. Useful if you want to keep the queue timeout relatively short (for quick message redelivery) but have the option for subscribers to go beyond the timeout to process each of the messages.

Check out the [examples](./examples/) provided for reference on how to use the package.

Expand Down

0 comments on commit 5ae6b41

Please sign in to comment.