The "immediate sending" option in Notifications module (see Clipboard01.png) allows the notifications to execute right away. But with Ajax, this doesn't work, and notifications aren't sent until the next cron. Moreover, in some cases the cron for subscriptions/notifications also fails (I wasn't able to identify when/how/why).
this is also on the Ajax issues: http://drupal.org/node/444004
Comments
Comment #1
jose reyero commentedUnless we rework all ajax requests in Drupal I don't see how we can fix it. Anyway, they should be sent on cron, that's a different issue if not.
Added some notes to the settings form about this.
Comment #2
obrienmd commentedWondering if there's a workaround I can do in my AJAX code (or the PHP code the AJAX request triggers) to 'force' immediate sending of notificaitons?