Bogdanp / dramatiq_sqs

A Dramatiq broker that can be used with Amazon SQS.
https://dramatiq.io
Other
56 stars 21 forks source link

Custom consumer class #21

Closed dvazar closed 1 year ago

dvazar commented 1 year ago
  1. Added the ability to use a custom consumer class.
  2. Ignore VisibilityTimeout if it is None, i.e. use the overall visibility timeout for the queue.