Push Notifications based on birthdate

Using Livequery how can I trigger a push notification once a user has reached birthdate or once an task has reached its deadline

I have a Task class with deadline. I want my cloud code to push notifications when the deadline is reached.

I believe the best way is to write a job that runs once a day, check which tasks have reached the deadline and then send the pushes.