sqjobs icon indicating copy to clipboard operation
sqjobs copied to clipboard

Simple Queue Jobs (using SQS, Simple Queue Service, from AWS)

Results 3 sqjobs issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 1.9.1 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies

Just curious to know why the `MaxNumberOfMessages` have been fixed to 1? Would it not make sense to return a batch of messages (SQS max is 10)? https://github.com/igalarzab/sqjobs/blob/master/sqjobs/connectors/sqs.py#L87 Looks like...

question

The SQS connector expects credentials to be passed in as arguments, which prevents the use of the `~/.aws/credentials` file for authentication. The library is using `boto`, so this behavior [should...