sqs
Here are 406 public repositories matching this topic...
Whether the input is Go code and the output is Swagger Spec
Or whether the input is Swagger Spec and the output is Go Code
API documentation should be locked with the API implementation so that the documentation never goes stale.
In commit: celery/kombu@5780f1e
support for queues already defined in Amazon SQS was added.
However, simply by following the instructions at https://docs.celeryproject.org/en/latest/getting-started/brokers/sqs.html and Getting Started page, I must say that I'm still not able to process any message (it's not an issue with credentials or
-
Updated
May 19, 2020 - TypeScript
-
Updated
May 20, 2020 - Go
-
Updated
May 21, 2020 - TypeScript
Hi,
Please compare the attribute declaration on the AWS API docs and the Perldoc generated by Paws. As an example, the name attribute in the StartExecution of the StepFunctions service:
- AWS API docs;
- [Paws docs](https://metacpan.org/pod/Paws::StepFunction
I'm trying to use this to do local development since our org locks down our AWS account (even our dev). If it isn't deployed through our ops terraform and scripts it can't interact with AWS. This means that the AWS CLI is impractical. Hence, this image is a godsend for individuals like me who are forced to mock AWS services.
The problem I'm running into is that all of my .NET Core usage of the
-
Updated
May 19, 2020 - TypeScript
SQS Messages may have attributes on them with DataType values of 'String', 'Number', and 'Binary', as documented on https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-attributes.html
Currently, the library throws a JMSException if it receives a Number or Binary and only handles String and a handful of 'Custom' types.
A library that purports to join JMS a
-
Updated
May 16, 2020 - Python
from help:
…
--connections-critical-over N
Trigger a critical if connections usage is over a percentage
--connections-warning-over N Trigger a warning if connections usage is over a percentage
parameters passed --connections-warning-over 70 --connections-critical-over 85
check output: `CheckRDS CRITICAL: RDSNAME: ; DatabaseCon
Should check if its an error for a missing key, and if it is return nil, &GetResponse{}
As we did for Cloud Pub/Sub (dashbitco/broadway_cloud_pub_sub#37), should we look to implement pipeline-specific connection pools for BroadwaySQS?
I was about to start on a PR for this when I realized it might be a little more involved than the Pub/Sub change, as we don't have a hard requirement on :hackney here. Should we add one?
I'm looking to migrate to zio-sqs, but right now as far as I can tell there are 2 main modes of operation:
autoDelete=true: This is basically at most once semantics. If your handler dies or there is a hard crash, the message you were in the middle of handling is lost forever.autoDelete=false: Manual mode. You have to ensure to calldeleteMessageand so on properly yourself.
I think
-
Updated
May 21, 2020 - Python
We have often see developer telling us the problems going on with WPA and then the first way to debug the issue is by going through WPA kubernetes logs for the queue to find what is going on. We should logs events for all the important thing that goes on with the WPA object.
Reasons:
- Easy to debug.
- Developer who does have access to wpa logs but has access to their WPA object can tro
-
Updated
May 12, 2020 - Java
-
Updated
May 18, 2020 - Ruby
-
Updated
Feb 17, 2019 - PHP
-
Updated
Feb 1, 2019 - PHP
-
Updated
May 6, 2020 - PHP
Improve this page
Add a description, image, and links to the sqs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sqs topic, visit your repo's landing page and select "manage topics."
Checklist
for simi