chilts / mongodb-queue

Message queues which uses MongoDB.
209 stars 91 forks source link

Allow setting delay as a Date #27

Open Codeseer opened 6 years ago

Codeseer commented 6 years ago

Adding ability to set a static Date for the delay instead of number of seconds.

This is useful if you want to schedule a bunch of messages to be available all at the same time. (Such as sending push notifications to thousands of users at 9am for example.)