django-cloud-tasks icon indicating copy to clipboard operation
django-cloud-tasks copied to clipboard

Add periodic task to admin Django dashboard

Open ammarjmhor10 opened this issue 1 year ago • 3 comments

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.

ammarjmhor10 avatar Jun 17 '23 09:06 ammarjmhor10

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?

joaodaher avatar Jul 13 '23 13:07 joaodaher

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.

ammarjmhor10 avatar Sep 12 '23 17:09 ammarjmhor10

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

mieszkokl avatar Jan 08 '24 07:01 mieszkokl