So... If I want to build something where my users can plan for something to happen and on that moment a API call need to be made. Do I actually have to set a CRON job to run every minute to do a DB query and then run once any of the values is that current time? Or can it be done smarter?
Comments