Flower is a web based tool for monitoring and administrating Celery clusters. Flower API enables to manage the cluster via REST API, call tasks and receive task events in real-time via WebSockets.
celery task-queue monitoring administration workers rabbitmq redis asynchronous《Python Web开发实战》书中源码
web webdevelopment flask ipython celery mq asyncio jupyter-notebook mako ansible saltstack fabricwechat vue admin project
wechat vue wxpy itchat wechat-admin flask celery sse walrus mkdocs bot tuling chatterbot python3Generate a backend and frontend stack using Python, including interactive API documentation. Copy the contents and use that as password / secret key. And run that again to generate another secure key.
letsencrypt docker json jwt vue frontend backend json-schema postgresql swagger vuex cookiecutter openapi python3 celery traefik pgadmin openapi3 fastapiNOTE: Currently callbacks only work with AMQP and Redis backends. To use the Redis backend, you must install tornado-redis.
tornado celery asyncio asynchronous asyncMetta is an information security preparedness tool. This project uses Redis/Celery, python, and vagrant with virtualbox to do adversarial simulation. This allows you to test (mostly) your host based instrumentation but may also allow you to test any network based detection and controls depending on how you set up your vagrants.
uber vagrant yaml celery redis virtualbox infosec security network networking adversarial simulationKombu is a Messaging Framework for Python. The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQ protocol, and also provide proven and tested solutions to common messaging problems. It allows application authors to support several message server solutions by using pluggable transports.
celery messaging message-queue kombu python-library rabbitmq sqsNote: When using AMQP as result backend with celery prior to version 3.1.7 the result queue needs to be non durable or it will fail with a: Queue.declare: (406) PRECONDITION_FAILED. For RabbitMQ backends, the entire broker options can be passed as an object that is handed off to AMQP. This allows you to specify parameters such as SSL keyfiles, vhost, and connection timeout among others.
celery nodejs task queue background-jobs amqp rabbitmq redisThis repository contains the companion code to my PyCon 2016 "Flask At Scale" class. IMPORTANT NOTE: The initial commit in this repository has a version of this application that has a few scalability problems discussed during class. These problems are addressed in subsequent commits.
flask celery scale flask-socketioThis extension enables you to store the periodic task schedule in the database. The periodic tasks can be managed from the Django Admin interface, where you can create, edit and delete periodic tasks and how often they should run.
celery celery-task django celerybeat python2 python-2 python-library python-3 python3 python-libaryA framework for the next decade, this is a collection of cutting-edge libraries and tools based on Flask framework. If you are prefer to use a SQL compatible backend, please check out the "sql" branch.
flask mongodb redis celeryDirector is a simple and rapid framework used to manage tasks and build workflows using Celery. See how to use Director with the quickstart and guides in the documentation.
workflow celeryBroccoli - distributed task queues for ESP32 cluster
iot micropython cluster esp32 distributed celeryI'm currently not actively using Couchbase nor this generator for any project. If you are starting a new project from scratch, check the alternatives at the FastAPI docs: Project Generation.
letsencrypt docker json jwt vue frontend backend json-schema swagger vuex couchbase cookiecutter openapi python3 celery traefik couchbase-sync-gateway openapi3 fastapiThis extension enables you to store Celery task results using the Django ORM. It defines a single model (django_celery_results.models.TaskResult) used to store task results, and you can query this database table like any other Django model.
django celery django-celery-resultsA Django email backend that uses a Celery queue for out-of-band sending of the messages. By default django-celery-email will use Django's builtin SMTP email backend for the actual sending of the mail. If you'd like to use another backend, you may set it in CELERY_EMAIL_BACKEND just like you would normally have set EMAIL_BACKEND before you were using Celery. In fact, the normal installation procedure will most likely be to get your email working using only Django, then change EMAIL_BACKEND to CELERY_EMAIL_BACKEND, and then add the new EMAIL_BACKEND setting from above.
django celeryDuplicate tasks clogging up your message broker? Do time based rate limits make you feel icky? Look no further! This is a baseclass for celery tasks that ensures only one instance of the task can be queued or running at any given time. Uses the task's name+arguments to determine uniqueness. That's it! Your task is a singleton and calls to do_stuff.delay() will either queue a new task or return an AsyncResult for the currently queued/running instance of the task.
celery celery-tasks singleton-task distributed-locks redis rate-limitingDjango reusable-app that uses Celery Inspect command to monitor workers via the Django REST Framework. The main idea is to be able to monitor celery workers from another external service or server via a REST API and figure out if they are running or not by using celery's own [Inspect API] (http://docs.celeryproject.org/en/latest/userguide/workers.html#inspecting-workers).
django django-rest-framework celery inspection monitoringGenerate a back end and front end stack using Python, including interactive API documentation. Copy the contents and use that as password / secret key. And run that again to generate another secure key.
flask docker traefik letsencrypt swagger celery sqlalchemy api jwt angular cookiecutter generator swarm-mode token-authetication webargs marshmallow postgresql pgadmin apispecYour push notifications handled at scale. Python / Django app that provides push notifications functionality with celery. The main purpose of this app is to help you send push notifications to your users at scale. If you have lots of registered device keys, django-pushy will split your keys into smaller groups which run in parallel making the process of sending notifications faster.
django push-notifications celery
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.