Frequently Asked Questions

How often do TrendSeeker Rules run?

The frequency of TrendSeeker Rule runs is defined by the 'Frequency' field on the TrendSeeker Rule form. Underlying this form is a Scheduled Job that runs every 15 minutes - thus, the minimum supported frequency is every 15 minutes. While this can be overridden by customizing the Scheduled Job, we do not recommend doing so as it could impact instance performance.

Can I run TrendSeeker Rules on-demand?

Yes! For users with the x_yala_trendseeker.trend_admin role, there is a Run Job Now module in the left nav to run all active TrendSeeker Rules on demand. In addition, if you wish to trigger TrendSeeker Rule runs from your own code, you can do so via the below server-side code, where encQuery is an encoded query matching the rules you wish to run:

new x_yala_trendseeker.YansaTrendSeekerHelper().runRules(encQuery).

Last updated