seung-lab / python-task-queue

Asynchronous serverless task queue with timed leasing of tasks. Threaded implementations for SQS and local filesystem.
BSD 3-Clause "New" or "Revised" License
36 stars 9 forks source link

Support for multiple AWS profiles #17

Open nkemnitz opened 5 years ago

nkemnitz commented 5 years ago

SQS doesn't care about buckets, so even creating secrets with these names does not help.

william-silversmith commented 4 years ago

I think you can set environment variables under certain conditions, but I should add this feature more explicitly.