I am developing a game in Drupal, and will need to rely on having rules scheduled for a user when they perform certain actions. This scheduled rule will add a new role to the user and update their content profile, one hour after they click the link.

I imagine there could be up to a few hundred scheduled rules running when cron is run every minute (with a good amount of users playing).

Will I run into any problems? I am hosted on an Amazon EC2 Small instance, at the moment.

Comments

fago’s picture

Component: Rules Core » Rules Engine

yep, there is a limit:

  // Do max 30 rule sets
  //TODO: make this configureable
notluap’s picture

Do you think I can edit this manually and still have it run ~reliably?

tr’s picture

Component: Rules Engine » Rules Core
Issue summary: View changes
Status: Active » Closed (outdated)