Build an Async DB Worker with MongoDB, Redis and Python and Deploy it in Kubernetes
Often, in order to keep an application responsive at scale, you’ll need to pass long-running jobs to another process that can handle them asynchronously in the background. In this post, we’ll look at a simple way to achieve this with Python, Redis and Redis Queue.