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

Hi, I really appreciate your work and PyQS looks exactly like the solution I need. However, it would be helpful to have a small example project, showing the right structure,...

It can be painful to annotate every task.

If we are told to read from a queue that doesn't exist. Should we exit? - We can figure out how to recheck for queues (messy) - We can exit...