Hi everyone ! I’m currently building an app using crewai and n8n but I’m unsure about my next steps.
So far, Im connecting the 2 using HTTP requests and webhooks. It works well if I run one crew at a time, but I’m not sure how I would set it up as an app.
How can I ensure that the system can handle multiple requests at the same time from multiple people, but also someone who starts a new crew before the previous one ends.
This is probably software dev 101 but I’m having a hard time wrapping my head around this. Especially with my current setup (ie. Crewai, N8N).
Thank you 🙏