There are two cron jobs:
woodmart_wishlist_register_on_sales_products
– Runs once a day and collects the IDs of all products with price changes.
woodmart_wishlist_on_sales_products_email
– Runs every hour and sends emails to 20 users at a time.
To adjust these settings, you need to use the following hooks:
woodmart_wishlist_send_emails_limited
– Sets how many emails are sent at once.
woodmart_schedule_on_sales_products_email
– Controls how often emails are sent (the value should match a cron interval name, e.g., hourly, daily, twicedaily, weekly).
woodmart_schedule_register_on_sales_products
– Defines how often discounted products are registered.
As for the products table view, it is how the WooCommerce works by default. You can check default emails as well.