With testing issue: https://www.drupal.org/node/2342533 I found out the notification proces will take quite some time.
My default is a cron run once a day.
Day 1: a new node is created. Day 2: scheduled by notify to send. Day 3: the actual sending of the notification.
Is it possible to send all notifications in day 2?

Comments

gisle’s picture

Status: Active » Postponed (maintainer needs more info)

I am not sure if I understand the problem. A node is scheduled by Notify as soon as it has been created (not on the next day). However, when it is actually sent depends on the frequency you've set up.

If you want to send notifications on the next cron run, you do as follows:

  • Navigate to Administration » Configuration » People » Notification settings.
  • Change the frequency setting to "Send notifications every - cron".
  • Click "Save settings".

This will send out notifications as often as you run cron. I.e. the notification about a new node will be sent on the first cron after the node has been created.

If your default cron is run once a day, notifications will be sent out at most 24 hours after the node has been created.

Does this resolve it?

PROMES’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

You are right. I changed the setting to every cron run when I was testing issue: https://www.drupal.org/node/2342533 but was focussed to much on the change you made in this issue and realized afterwards the notification wasn't send.
I just tested this again with all settings correct before the cron run: it works as expected. I am sorry.