First of all, sorry my bad English. Im new to Crontab and i was making some schedules. I was scraping some data from the internet with Python and i have this website that when you scrape some data, you have to wait exactly 24 hours to get the next part of data, so if my cronjob starts at 00.00 every day and it needs some seconds to run Selenium and scrape the data. The next day have to run with some seconds offset to make sure passet 24 hours from the moment i made the scraping and not 24 hours from the moment the job started. So, is there any way to run the job every day with 5 minutes delay from the day before or i need to make something in the python script that will sleep longer every day.
Sorry for the long post