awesome-asyncio icon indicating copy to clipboard operation
awesome-asyncio copied to clipboard

Add loafer

Open daneoshiga opened this issue 6 years ago • 2 comments

What is this project?

It abstracts the consumption of SQS messages using asyncio

http://loafer.readthedocs.io/en/latest/

Features:

  • Encourages decoupling from message providers and consumers
  • Easy to extend and customize
  • Easy error handling, including integration with sentry
  • Easy to create one or multiple services
  • Generic Handlers
  • Amazon SQS integration

Why is it awesome?

When using it, you don't need to worry about asyncio and the event-loop, it's all abstracted away, you can even write sync code that it will deal with it just fine.

daneoshiga avatar Oct 15 '17 13:10 daneoshiga

Looks good to me. Anyone else what to comment on that?

timofurrer avatar Oct 16 '17 07:10 timofurrer

Please resolve the conflicts 🎉

timofurrer avatar Feb 24 '19 10:02 timofurrer

loafer doesn't really seem to be maintained. @daneoshiga do you still think this should be included in the list?

timofurrer avatar Oct 30 '22 18:10 timofurrer

@timofurrer no, I think it's OK to not add it any more.

daneoshiga avatar Nov 10 '22 11:11 daneoshiga