Skip to content

Example of how to handle background processes with Flask, Redis Queue, and Docker

License

Notifications You must be signed in to change notification settings

vilmaguila/flask-redis-queue

 
 

Repository files navigation

Flask Redis Queue

Example of how to handle background processes with Flask, Redis Queue, and Docker

Quick Start

Spin up the containers:

$ docker-compose up -d --build

Open your browser to http://localhost:5004 to view the app or to http://localhost:9181 to view the RQ dashboard.

Want to learn how to build this?

Check out the post.

About

Example of how to handle background processes with Flask, Redis Queue, and Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.0%
  • HTML 24.3%
  • JavaScript 9.8%
  • Dockerfile 4.4%
  • CSS 2.5%