flamingo-run / django-cloud-tasks

It's like Celery, but with Serverless Google Cloud products.
Apache License 2.0
46 stars 12 forks source link

Add periodic task to admin Django dashboard #30

Open ammarjmhor10 opened 1 year ago

ammarjmhor10 commented 1 year ago

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.

joaodaher commented 1 year ago

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?

ammarjmhor10 commented 1 year ago

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.

mieszkokl commented 9 months ago

Upvote from me. I would love to see following features: