This commit is contained in:
Jacob Nestor 2023-04-13 08:31:24 +08:00 committed by GitHub
commit be047cb7ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1344,7 +1344,7 @@ The user is not blocked and the job is processed in the background. During this
**[RabbitMQ](https://www.rabbitmq.com/)** is popular but requires you to adapt to the 'AMQP' protocol and manage your own nodes.
**[Amazon SQS](https://aws.amazon.com/sqs/)** is hosted but can have high latency and has the possibility of messages being delivered twice.
**[Amazon SQS](https://aws.amazon.com/sqs/)** Standard Queue is hosted but can have high latency and has the possibility of messages being delivered twice. The SQS First-In-First-Out Queue offers exactly once processing but has limited transactions per second. (3000/second with batching and 300/second without)
### Task queues