Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add periodic task to admin Django dashboard #30

Open
ammarjmhor10 opened this issue Jun 17, 2023 · 3 comments
Open

Add periodic task to admin Django dashboard #30

ammarjmhor10 opened this issue Jun 17, 2023 · 3 comments

Comments

@ammarjmhor10
Copy link

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
Copy link
Contributor

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
Copy link
Author

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants