
Hi,
I run an Anime Countdown website that displays the release dates for anime episodes scheduled for this week, today, and tomorrow. I fetch data specifically for the Anime genre from Japan and China.
Currently, my cron job is set to run every 24 hours at UTC 00:00 to update the data. However, I’ve noticed that the anime release dates are not updating in sync with the latest data from the API.
Could you please advise on the correct cron job configuration to ensure the data on my website stays up-to-date with the API?
Thank you!