Questions tagged [croniter]

Questions relating to the croniter Python library from https://github.com/kiorky/croniter

croniter is a Python library which generates datetime objects from a cron expression like */5 * 12 * *, with support for Vixie crontab extensions and Jenkins hash expressions.

Home page: https://github.com/kiorky/croniter

3 questions
2
votes
1 answer

Django-Q scheduling tasks every X seconds

I am using Django-Q to schedule a periodic simple task that has to be repeated every < 1 minute. Croniter, used under the hood to parse cron expressions for the scheduler, specifies that cron "seconds" support is…
Shine
  • 3,788
  • 1
  • 36
  • 59
1
vote
1 answer

Python Croniter get time in 24 hour format

I have tried the Python croniter's get_prev() method to get the last scheduled time based on a cron string and current time. When I tried it in windows machine it returned the value in 24 hour format. But when I tried the same code via AWS glue…
Jobs
  • 1,257
  • 2
  • 14
  • 27
0
votes
1 answer

django-q multple cron expression for a single job

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…
Souren Ghosh
  • 96
  • 1
  • 7