You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, one event handler (ex. ConversationalHandler) can hold up all other event handlers. There should be some concurrency as well as some priority. As soon as we introduce moderation, the moderation handlers should take priority and any output events they produce (ex. /timeout) should also have priority.
Consider moving to Rabbitmq to facilitate the web application providing messages.
The text was updated successfully, but these errors were encountered:
Currently, one event handler (ex.
ConversationalHandler
) can hold up all other event handlers. There should be some concurrency as well as some priority. As soon as we introduce moderation, the moderation handlers should take priority and any output events they produce (ex. /timeout) should also have priority.Consider moving to Rabbitmq to facilitate the web application providing messages.
The text was updated successfully, but these errors were encountered: