-
The following code:
```python
import boto3
sqs_resource = boto3.resource('sqs', region_name='us-west-1')
sqs_queue = sqs_resource.get_queue_by_name(QueueName='test-queue')
res = sqs_queue.s…
-
I have created a new queues via a custom `elasticmq.conf`. I copy and pasted the default and dlq queues and twaeked the names.
That seems to start up fine.
However, when I look at localhost:932…
-
When celery is stopped gracefully, the in-flight request to SQS is not completed. If SQS returns messages for this request it considers them delivered, but Celery doesn't do anything with them (even i…
-
looking for a way to read the file from azure blob storage and push it to snowflake database whenever any new file gets landed in azure blob storage container. At present it seems , existing available…
-
> Need to set all values as empty string and it is possible to send messages with aws cli command.
Perhaps this needs adding to readme if we claim thorough docs 😉?
-
I think the title says it all.
using `docker stats` when my queues are empty, CPU reports around 3%
If I use the following command ONCE, the CPU jumps to 130%
```
aws --endpoint-url http://l…
-
After a couple of days and thousands of successfully processed messages our JMS message listener encountered a server-side AWS error. While attempting to recover it blocked all of the threads which r…
-
### What happened?
I recently changed the binding of a parent/child relationship for an `aws.sqs.QueuePolicy`.
When it was updated, it created a replacement and deleted the old one.
Turns out t…
-
I am trying to mock SQS call defined in my file.js. It is a global instance in the file. So, while testing as I have to require file.js, its instance is set and my mock method is not called. However, …
-
When I check the logs with `kubectl -n custom-metrics logs -l=app=k8s-cloudwatch-adapter`, the following error message is firing off repeatedly
```
E0804 16:13:31.877587 1 reflector.go:153] …