improve communication between microservices
Currently all requests for modules and feeds are chained from the ical service to the data-manager via http synch requests. Thats bad practise and we need to improve this. Additionally a cache in form of redis etc. for the ical Service and requested module events, information would be very helpfull.