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

jose reyero’s picture

Status: Active » Closed (won't fix)

Unless 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.

obrienmd’s picture

Title: Immediate notifications don't work with Ajax » Immediate notifications with Ajax
Version: 6.x-1.1 » 6.x-4.x-dev
Category: bug » support
Status: Closed (won't fix) » Active

Wondering 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?