A lot of activity messages Open Social are using are send directly while they have no direct action such as creating a post on the activity stream.
These message are only a notification and/or mail, so to increase the performance we could move these activities to the queue.

Comments

RobertRagas created an issue. See original summary.

robertragas’s picture

Status: Active » Needs review
jaapjan’s picture

Status: Needs review » Fixed

It is merged, thanks for this!

For future reference, these are now going to be handled in the queue:

  • create_comment_author_node_post
  • create_comment_post_profile
  • create_comment_reply
  • create_content_in_joined_group
  • join_to_group
  • activity_on_events_im_organizing
  • member_added_by_event_organiser
  • create_like_node_or_post
  • create_comment_reply_mention
  • create_mention_comment
  • create_mention_post

These are the only direct activity items left at this moment:

  • create_post_group
  • create_post_profile_stream
  • create_comment_community_node
  • move_content_between_groups
  • create_post_community
  • create_comment_group_node
  • create_comment_group_post
  • create_comment_community_post
  • create_post_profile

  • 32f0afc committed on 8.x-7.x
    Issue #3056832 by robertragas, jaapjan: set activity messages to queue...

Status: Fixed » Closed (fixed)

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