Replies: 2 comments 3 replies
-
Hi, I just wanted to say that I built something similar earlier this year. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello! Ex.: @router.event("test")
async def base_handler(body: str):
logger.info(f"Received message: {body}")
@router.event("test-2")
async def base_handler_two(body: str):
logger.info(f"Received message: {body}") But I want to run them separately (so that I can better manage scalability). Is there any way this can be achieved? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions