Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add loafer #11

Closed
wants to merge 1 commit into from
Closed

Add loafer #11

wants to merge 1 commit into from

Conversation

daneoshiga
Copy link

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.

@timofurrer
Copy link
Owner

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

@timofurrer
Copy link
Owner

Please resolve the conflicts 🎉

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
@timofurrer
Copy link
Owner

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

@daneoshiga
Copy link
Author

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

@daneoshiga daneoshiga closed this Nov 10, 2022
@daneoshiga daneoshiga deleted the patch-1 branch November 10, 2022 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants