-
Updated
Aug 27, 2021 - Python
#
celerybeat
Here are 91 public repositories matching this topic...
Celery Periodic Tasks backed by the Django ORM
Example Docker setup for a Django app behind an Nginx proxy with Celery workers
-
Updated
Apr 29, 2021 - Python
starter/boilerplate flask application with celery, mongoengine, signals, shell commands, swagger api docs and sphinx docs integration
-
Updated
Sep 26, 2018 - Python
Example for using Celery 4 with Flask (App Factory) and Periodic Tasks with Celery Beat
-
Updated
Mar 29, 2021 - Python
Cally99
commented
Sep 3, 2020
Thank you for uploading such a detailed repo.
There's so much best practice features using modern web technologies.
I've tried to run this repo with docker on my machine and I can access the backend but cannot open page verbose equals true.
I have a click wheel running trying to get the frontend homepage open but it does not finish building the container it seems.
In the logs it gets th
A periodic task for removing expired Django sessions from the django_session table
-
Updated
Jan 20, 2021 - Python
Codebase for the older UsefulPython.com - a Django powered Python blog, news and tools website
-
Updated
Jun 10, 2021 - HTML
Full Stack Developer Jobs - Open source job board | Django | ReactJs | PostgreSQL | Celery | Redis
-
Updated
Aug 29, 2021 - Python
A RESTful contact API implementation with using Flask SQLAlchemy, PyTest, Marshmallow and Celery.
-
Updated
Jul 2, 2020 - Python
A Slack messaging extension for Celery.
-
Updated
Jun 2, 2021 - Python
An example of Dynamic Task Scheduling using the RedBeat python package, and Celery Beat.
-
Updated
Jul 26, 2018 - Python
Full Stack Developer Jobs - Open source job board | Django | ReactJs | PostgreSQL | Celery | Redis
-
Updated
Aug 6, 2021 - JavaScript
Flask API wrapper for RaspberryPI3 + DS18B20 temp sensor for temp logging
python
nginx
raspberry-pi
flask
sqlalchemy
rabbitmq
raspberrypi
gunicorn
celery
ds18b20
raspberry-pi-3
pipenv
celerybeat
-
Updated
Mar 3, 2019 - Python
Income Expense Tracker in Django
visualization
reminder
django
graph
sentry
postgresql
expense-tracker
python3
celery
expense-manager
expenses
heroku-deployment
celerybeat
cloudinary-api
expense-report
income-and-expenses
personalfinance
income-expense-manager
income-expense-tracker
-
Updated
Apr 27, 2021 - Python
Example of stucture for celery-app with periodic tasks (checked with celery 4.1 and Python 3.6))
-
Updated
Jul 19, 2018 - Python
-
Updated
Apr 28, 2018 - Python
celery beat scheduler for mongodb
-
Updated
Oct 9, 2017 - Python
Project generator Django + Celery, Angular or Stenciljs for Docker Compose (Dev), Docker Swarm, Kubernetes, Rancher Etc
mysql
docker
kubernetes
dockerfile
dockerfiles
postgres
django
angular
generator
rabbitmq
docker-compose
docker-image
scripts
postgresql
rancher
celery
dockerswarm
celerybeat
stenciljs
-
Updated
Nov 18, 2019 - Shell
An over-engineered Alarm Clock
-
Updated
Aug 12, 2021 - Python
This is a sample project demostrating the use of Django, Vuejs, Graphql, Celery, Redis to asychronously process huge job of loading file into the database.
-
Updated
Apr 23, 2019 - Python
Django app that exposes a Restful api endpoint for a random number generator and display a graph using a streaming plot.ly graph
-
Updated
Jan 21, 2019 - Python
-
Updated
Apr 18, 2017 - Python
This app will send periodic email alert using CELERY and CELERY-BEAT After hitting soecific django API
-
Updated
Jun 2, 2020 - Python
Free task for INT20H
-
Updated
Feb 12, 2019 - Python
Django periodic task example using Celery and RabbitMQ
-
Updated
Feb 11, 2018 - Python
This repo contains a simple django, celery and redis setup with celery beat and celery flower configured.
-
Updated
May 8, 2020
Improve this page
Add a description, image, and links to the celerybeat topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the celerybeat topic, visit your repo's landing page and select "manage topics."
When I login with a registered user, I get an error that /accounts/profile isn't in urls.py. The default behavior of LoginView is to redirect to that URL unless you have LOGIN_REDIRECT_URL set in settings.py. I updated mine to point to /transactions/report and now it works fine (unless the user doesn't have an account, which happens if you try to log in with a superuser account instead of one t