Raduan A.
Raduan A.
I was able to solve it with `retryWithBackoff` approach. Just put https://pypi.org/project/backoff/ decorator on your function which requests it(if you can afford it and it's idempotent, ofc) and works smoothly...
Thanks for reply, @mat-sz. Let me research and come back with an answer.
This is so much needed!
Hey, just for my visibility - is there any PR in the makings to fix this? Want to understand, whether it's viable to just wait another week to get this...
FYI - I stopped having problems on funnel with 13 steps. Perhaps fix has been rolled out.
@microsoft-github-policy-service agree
Hey @gagb - good feedback, I agree. In general, this async code is just a wrapper over sync code [[1]], so technically you don't need to have a full suite...
@gagb - fyi, updated the code, fixed linter, removed all tests and just kept one async test to make sure wrapper works in async environment.
@markthepixel - let me take a look tomorrow, sorry for the wait! (actually needs this myself, so will take a look asap)
Thanks, @alexmojaki - yep, that's me. Would be amazing, if I can log my objects, and define on some level the fields I want to exclude. For now I am...