-
SQS only supports messages up to 256KB. Given that limitation, its very easy to hit the limit and fail your task submission. Here's a simple example:
> > > group(benchmark_tasks.WaitTask().s(args=[0,…
-
- [ ] each module should result in one step/job object that contains all information needed to execute it
- [ ] all steps/jobs are added to a FIFO queue for execution AND/OR we can use a similar grap…
-
It's my understanding that defining a visibility timeout is only applied during SQS queue creation. This is described in https://github.com/celery/celery/pull/7234
As a user, it is unexpected behav…
-
I believe I want to create a Service Instance that points to a SQS Queue, and I can’t see a way to do that. I’m using DNSimple, so I don’t want to use DNS-based service discovery, but Cloud Map API lo…
-
### Describe the feature
If you add a SQS Queue as target for a rule it should automatically grant rights for the rule to publish messages to the SQS.
But when the Queue is encrypted with custom K…
-
The SQS queue used in this project does not have Encryption Enabled. This was reported when we ran Prowler against a development environment where this was deployed. This is not part of CIS, but we …
-
**What would you like to be added**:
- I'd like to ask for a mock queue command, which would make easier to create scenarios for the consumer/producer services patterns.
* This would be great…
-
### Terraform Core Version
1.3.1
### AWS Provider Version
4.55.0
### Affected Resource(s)
SQS Queue, SQS Queue Policy.
### Expected Behavior
Successful creation/update of SQS Queu…
-
### What is the problem?
- Aspects are not being applied to Stages in an App.
- Aspects applied within a Stage do not produce Annotation output.
### Reproduction Steps
```python
import jsii…
-
```
java.util.concurrent.CompletionException: software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException: The specified queue does not exist for this wsdl version. (Service: Sqs, Status Cod…