This attempts to solve the celerybeat startup issues found by @anthonynsimon by creating a new celerybeat database file in a tempfile to avoid corruption. Only does it when the scheduler is PersistentScheduler to avoid issues with other schedulers, like django-celery
This attempts to solve the celerybeat startup issues found by @anthonynsimon by creating a new celerybeat database file in a tempfile to avoid corruption. Only does it when the scheduler is
PersistentScheduler
to avoid issues with other schedulers, likedjango-celery