I use Django 2.2.12 and Celery 4.4.7
I have some functions (e.g.: downloadpictures) that need to be both used as a view and as a scheduled recurring task. What is th