Posts: 1,665
Threads: 644
Joined: Aug 2016
Reputation:
164
I created a workflow to send a email in certain conditions
I wish the time for system send email is more short, is possible reduce cron frequency to 5 minutes, for example?
Ranieri
eCRM Web
Posts: 7
Threads: 0
Joined: Jun 2018
Reputation:
4
08-06-2018, 12:23 PM
(This post was last modified: 08-06-2018, 12:24 PM by Mikel.)
Hello,
to reduce this value you can use Global Variable called "Application_Minimum_Cron_Frequency", and change the value as you need it.
Thank you.
Posts: 1
Threads: 0
Joined: Aug 2020
Reputation:
0
Thanks for the tips and post.
Posts: 1,665
Threads: 644
Joined: Aug 2016
Reputation:
164
This a very old post
I think today this process not uses a cron ..
Ranieri
eCRM Web
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
AFAIK it hasn't been changed. Workflow emails are put on the queue and processed by the cron. We have plans to implement a better queue but not to change this behaviour
Joe
TSolucio
Posts: 1
Threads: 0
Joined: May 2024
Reputation:
0
Reducing the cron frequency to 5 minutes might help expedite email sending in your workflow. However, consider the impact on system resources and email queue management. It's worth testing in a non-production environment first to ensure it aligns with your performance needs and doesn't overwhelm the system. Proceeding cautiously is key. Good luck!