.. include:: _include.rst .. highlight:: html+jinja .. _options_advanced: ##################### Advanced ##################### *********************** Cronjob event *********************** .. image:: _static/option_advanced_cronjob_event.png :height: 110px :width: 600px :scale: 100% :alt: Option cronjob event With this option you can adjust, when |asa2| will execute a cronjob. By default, cronjobs get executed on action / event "wp_loaded". If you are facing issues with the cronjob, e.g. it does nothing, change this option to action "plugins_loaded" or "Directly" and try to run the cronjob again. .. note:: Repo tag or category filters will not work when event is "Directly". ******************* Disable ASIN filter ******************* Check this to disable ASA2's internal ASIN filter. The ASIN filter, if active, removes all non-alphanumeric characters from ASINs and checks whether it consists of only 10 characters. It reports deviations in the log. ********************** Edit managed templates ********************** ********************************* Alternative Secret Key encryption ********************************* .. _options_advanced_handle_variations: ************************************* Handle price variations with PA API 5 ************************************* .. _options_advanced_request_limit_handling: ************************ Request limits handling ************************ .. image:: _static/option_advanced_request_limit_handling.png :height: 98px :width: 948px :scale: 100% :alt: Option request limit handling Activate this to prevent RequestThrottle issues with the Repo refresh cronjob. Then ASA 2 will care about the right amount of pause between API requests. See option :ref:`option_max_requests_per_second` to adjust how many requests per second should be allowed. .. note:: The request limit handling does only have an effect on the cronjob :ref:`repo_cronjob`. .. _option_max_requests_per_second: ************************ Max requests per second ************************ .. image:: _static/option_advanced_max_requests_per_second.png :height: 127px :width: 955px :scale: 100% :alt: Option max requests per second Limits the number of requests, |asa2| may send to the Amazon API per second, to prevent RequestThrottle issues. Default is 1. Allowed values are: * 1 * 2 * 3 * 5 Refer to the `official request limits documentation `_ to determine your value.