I am planning to use heartbeat for a future site and tested it today and came up with a problem.

From the moment heartbeat logs one activity event and I try to display it (in default heartbeat block) heartbeat goes crazy and keeps send Post poll requests every second.
See attached image. (In firebug it says +- 10 seconds but I can ensure that it is almost every second that he sends a new request)

I am using drupal 6.15 and didn't change default settings of any of the modules.

With the newest releases of the following modules:
http://drupal.org/project/token
http://drupal.org/project/rules
http://drupal.org/project/heartbeat
http://drupal.org/project/views

Anyone that can help? Did I miss a setting?

Thanks

CommentFileSizeAuthor
heartbeat.jpg101.31 KBkristofdg
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Stalski’s picture

Assigned: Unassigned » Stalski
Status: Active » Needs review

Hey,

I had it too. In the dev release this is already fixed. Not in the last stable release.
It is a problem i encountered when using drupal behaviors and needed to reattach those behaviors every ahah call.
I fixed it by replacing all AJAX with custom code in stead of ahah so i could use just $(document).ready of jquery. Works better even.
Or you wait for stable version or you could use the nightly revision.

Thx for the report.

Stalski

kristofdg’s picture

Thanks Stalski !

I tried the dev release and the problem is solved.

I'll use the dev version until a new stable release is available.

Stalski’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.