Flask-RQ2

A Flask extension for RQ. (by rq)

Flask-RQ2 Alternatives

Similar projects and alternatives to Flask-RQ2

  • flask-apscheduler

    Adds APScheduler support to Flask

  • rq

    27 Flask-RQ2 VS rq

    Simple job queues for Python

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rq-dashboard

    Flask-based web front-end for monitoring RQ queues

  • rq-scheduler

    A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)

  • flower

    3 Flask-RQ2 VS flower

    Real-time monitor and web admin for Celery distributed task queue

  • Flask_PyJWT

    Flask extension for creating, verifying, and requiring the presence of JWTs

  • arq

    4 Flask-RQ2 VS arq

    Fast job queuing and RPC in python with asyncio and redis.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • django-todo

    A multi-user, multi-group todo/ticketing system for Django projects. Includes CSV import and integrated mail tracking.

  • django-q2

    A multiprocessing distributed task queue for Django. Django Q2 is a fork of Django Q. Big thanks to Ilan Steemers for starting this project. Unfortunately, development has stalled since June 2021. Django Q2 is the new updated version of Django Q, with dependencies updates, docs updates and several bug fixes. Original repository: https://github.com/Koed00/django-q

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Flask-RQ2 alternative or higher similarity.

Flask-RQ2 reviews and mentions

Posts with mentions or reviews of Flask-RQ2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-12.
  • Wondering if I should use Celery vs threads for what I want to do
    4 projects | /r/flask | 12 Aug 2021
    From experience i would not use threads for this or any background jobs. I would use Celery or Flask-RQ2 to be your workers, you will also probably end up using them to run other tasks as you encounter the need for other jobs. They both use Redis as a broker and job store and you can use Redis for other things like caching and so many other useful features. I kind of like RQ2 more then Celery because its a little simpler but Celery has a lot more to offer, more features. RQ2 has rq-dashboard for monitoring jobs and Celery has Flower.
  • Tutorials on how to build a flask extension?
    2 projects | /r/flask | 18 Jul 2021
    However, you might need to access the app’s context like how you’d do so in the Flask-RQ2 extension by using ScriptInfo from flask.cli:
  • Application structure for CLI and API in same
    1 project | /r/flask | 3 Feb 2021
    For the CLI part, i recommend going with Click. Its great and already part of flask and easy to use. Other CLI libraries work too but why have more libraries. For scheduling jobs you might want to look at Flask-APScheduler. i used it in one of my projects at work for a while but ended up needing something that could scale to many more workers so had to rip it out but i didnt have a problem with it otherwise. You might want to fork Flask-APScheduler so you can update some libraries because it hasnt been touched in 2 years now or you can just use APScheduler alone. Flask-RQ2 and Celery are pretty good too but the workers need to run in separate processes and need Redis. You could use Redislite i think and with celery you could use a database as your broker, i have done it but dont recommend it.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic Flask-RQ2 repo stats
3
223
0.0
about 21 hours ago

rq/Flask-RQ2 is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of Flask-RQ2 is Python.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com