Valentin Nazarov

Results 13 comments of Valentin Nazarov

Hi @apurvaojas , Thanks for reporting about this issue, I'll take a look at it in a few days. Seems like a problem with typings versions.

The problem here is that we can't override it in a nice way. Agent wraps tracker with `FailSafeTrackerStore` during initialization: https://github.com/RasaHQ/rasa/blob/45fe00d3070d8ceb58a4c447f236ca87bed16c59/rasa/core/agent.py#L529 There is no way we could redefine `FailSafeTrackerStore.retrieve_full_tracker`, and...

@melindaloubser1 We have a custom app that initializes and loads multiple Rasa agents with different models. And it needs a custom endpoint to display full message history (not only the...

I ran into the same issue, except I have multiple handlers in monolog (file log + Sentry). Doing a try-catch with logging & re-throwing inside an activity is not very...

@carsonbot Yes. And there is a PR waiting for review.

It's also confusing that parameter `retry` is called `retries` in docs. I had to check the actual configurator's source code to find out why it wasn't working. The comment there...

I see two ways to deal with lower/higher number issue: 1. Just warn about it in the docs and do nothing. In this case switching from one adapter to another...

Took this one as far as I can, would appreciate reviews. RabbitMQ doesn't allow to change `x-max-priority` for an existing queue. To avoid BC breaks, the feature is disabled by...

@carsonbot find me a reviewer please Status: needs review

Hi @rjhllr , thanks for highlighting this possible issue. As far as I can tell by `Symfony\Component\Messenger\Worker` code, messages are only acknowledged _after_ they are handled. I've tried to emulate...