5.0
No due date
0% complete
This milestone has several goals:
- Refactor the code to be based on anyio instead of asyncio
- Better support for Kubernetes, Docker Swarm and the likes
- Simplify the component ecosystem by encouraging users to deploy multiple instances of an component instead of making the component support multiple configurations
- Refactor the event system so that the recei…
This milestone has several goals:
- Refactor the code to be based on anyio instead of asyncio
- Better support for Kubernetes, Docker Swarm and the likes
- Simplify the component ecosystem by encouraging users to deploy multiple instances of an component instead of making the component support multiple configurations
- Refactor the event system so that the receiving task will handle any errors
- Add adapters to the event system that can hook into foreign event systems (e.g. SQLAlchemy)