Multiple chat conversation

@akelad, lets assume that all the 4 users requesting bot to trigger a function at a time in actions.py which will take 3+ minutes to execute for each request, how we can queue that requests so that my bot will be freed up to respond the simple 5th user query? is it already taken care by Rasa core or i need to include RabitMQ or Celery in my actions.py?