loafer icon indicating copy to clipboard operation
loafer copied to clipboard

Asynchronous message dispatcher - Currently using asyncio and amazon SQS

Results 6 loafer issues
Sort by recently updated
recently updated
newest added

https://github.com/georgeyk/loafer/blob/e878f27897776362f6661d31845f756ced7be711/loafer/dispatchers.py#L24 My pytest shows a deprecation on line 24 (It isn't supposed to fix it immediatelly): `DeprecationWarning: 'with await lock' is deprecated use 'async with lock' instead` 😁

https://github.com/rholder/retrying or https://github.com/danielfm/pybreaker brainstorming

# Changes - Include forgotten tests and locals dependencies - Refactor some comparison condition - Make the `apply_message_translator` function more readable Congratulations! Great lib 🥇

I'll perform some other tests, but I think that's pretty much all there is for retrying. I re-implemented the retry because I didn't find any good lib. The ones I...

Create an isolated pipeline of chainable/reusable "translators"