spulec / PyQS

Python task-queues for Amazon SQS
MIT License
174 stars 36 forks source link

As a starting point fix tests that were broken by PR #81 for endpoint_url #85

Closed psarma89 closed 2 years ago

psarma89 commented 2 years ago

About

psarma89 commented 2 years ago

@spulec I was going to work on making _messages_to_process_before_shutdown configurable because it might help with some of our publishing tools and memory management, but I noticed the tests were broken. They ran successfully on my local machine, but not sure how you are running CI/CD these days. I also didn't really add tests for the affirmative of setting a value for endpoint_url, but figured I should fix them first before working on my feature.

spulec commented 2 years ago

Thanks!