dereuromark / cakephp-queue

Queue plugin for CakePHP - simple, pure PHP and without dependencies.
MIT License
306 stars 137 forks source link

Feature Request: Schedule Tasks #302

Closed tylerlazenby closed 2 years ago

tylerlazenby commented 3 years ago

It would be great if we could schedule tasks for a future time. This would especially be helpful for emails, since when they get sent has a big influence on how likely they are to be opened.

dereuromark commented 3 years ago

See notBefore Option, also existing from backend