Sometimes you need to build queue application based on Python that works with Redis to make a remote computation for your main app, so here is my solution for this problem.
Before you start - don't forget to create a new virtual env and install all dependencies.