We have two micro services. one with django and mysql for user actions and another one with bottle and mongodb for geo calculations.
From the background we need to update/look at both mysql and mongodb. How can we do this in celery ? tasks can be execute from Django app or bottle app.
Thanks.