PyQS icon indicating copy to clipboard operation
PyQS copied to clipboard

Python task-queues for Amazon SQS

Results 13 PyQS issues
Sort by recently updated
recently updated
newest added

We probably want a way to override our log formatting.

I need to run PyQS with local sqs implementation, everything is going right till I need to call a task delayer, it raises the problem of ``` /usr/local/lib/python3.8/site-packages/pyqs/decorator.py in wrapper(*args,...

Master branch contains multiple fixes including new argument `--endpoint_url` which is not been at tag 1.0.1 New tag needs to be created including this branch Thanks

Hi. I came across this project because I am looking for a solution that will allow to run an execution pool (workers) that can process tasks from any AWS SQS...

enhancement

I would like to be able to have workers shutdown more quickly. Having this set to 20 when the queue is empty means slow deploys.

enhancement

Allow tasks to change the visibility timeout of the message they are handling. When a task fails, immediately make it available again instead of waiting for visibility timeout. Fixes https://github.com/spulec/PyQS/issues/47

Also lowers the default polling interval to 10, 20 is just a long time to wait, and leads to shutdowns taking a long time. Fixes #60

Hello, With SQS it is possible to continually bump the visibility timeout whilst working on a task. This allows a short retry time, but the ability to have jobs of...

Fix for proper workers shutdown. Updated moto to latest working version. This fix with #51 allows all tests to pass. See [my master bramch](https://github.com/p1c2u/PyQS/commits/master) with merged all my fixes. https://travis-ci.org/p1c2u/PyQS/builds/451872435?utm_source=github_status&utm_medium=notification