I have a task which is supposed to be configurable as in when it should run, for eg. run task every 6 hours/12 hours/midnight. So, a user has three options to choose from and depending on the selection the task should be run. If it was a static configuration I know how to do it. I am using celery package and not djcelery.
Celery version : 3.1.23