Python - Crontab run every second friday of each month

Viewed 35

I am using Python to schedule a Looker API job to run every second Friday of each month. Looker suggested using the crontabguru to check the code. I tried this code but it didn't work: 00 16 8-14 * */5 despite the crontab showed At 16:00 on every day-of-month from 8 through 14 if it's on every 5th day-of-week https://crontab.guru/#00_16_8-14_*_*/5

I found this post but I couldn't replicate it for Python: How to schedule to run first Sunday of every month

Thanks guys

0 Answers
Related