cofin / litestar-saq

SAQ Plugin for Litestar
MIT License
18 stars 8 forks source link

fix: for having unset --queues flag #25

Closed SanderWegter closed 7 months ago

SanderWegter commented 7 months ago

This fixes an issue where if --queues is unset, it would always remove all configured queues.

The queues variable is set to an empty tuple () by default and when evaluating it with queues is not None would always evaluate to True, therefore removing all configured queues.