django-cloud-tasks
django-cloud-tasks copied to clipboard
Add periodic task to admin Django dashboard
Hi,thanks for this amazing repo i am very interested in using it with cloud run but is there a way to be like celerybeat which can i manage scheduling task in django admin. If there a way would be great. Thanks.
Thanks!
For now it must be defined in the code. But we can probably support database-backed periodic tasks. Could you please list some of the nice features from beat that you'd like to see here?
i am using beat to shcedule the task in any time i want. which i can enable or disable or even run it. this is amazing when i can doing it from the panel.
Upvote from me. I would love to see following features:
- A view with all periodic tasks in the django admin panel with a possibility to manually trigger then
- Possibility to enable / disable periodic task from django admin panel
- Option to change time for periodic tasks
- Some history with previous tasks runs and success/fail info