Is there a way to use multiple cron expression for a single job in Django-Q. I want a schedule a job for different day of different month.
want to combine this-
At 11:00 on day-of-month 10, 20, and 30 in January and every month from March through December--
0 11 10,20 1,2,4-12 *
At 11:00 on day-of-month 10, 20, and 28 in February.--
0 11 10,20,28 2 *