celery / django-celery-beat

Celery Periodic Tasks backed by the Django ORM
Other
1.67k stars 427 forks source link

More friendly crontab in Django Admin #612

Closed khanh96le closed 1 year ago

khanh96le commented 1 year ago

Summary:

In Django admin, I see that it would be more user-friendly if we can replace the crontab format by natural language Something similar like this: https://crontab.guru

Exact steps to reproduce the issue:

  1. Go to Django Admin
  2. Access Periodic Tasks > Periodic Tasks
  3. Look at the Periodic task column

Detailed information

Current Screen Shot 2022-12-15 at 12 43 31

Expected Screen Shot 2022-12-15 at 12 45 00

truthdoug commented 1 year ago

A first step would be to use something like cron-descriptor to show human readable descriptions of the schedules.

auvipy commented 1 year ago

contributions are welcome

truthdoug commented 1 year ago

Like this contribution? ☝️

auvipy commented 1 year ago

yes left my review comments