dotnetic Posted October 29, 2018 Share Posted October 29, 2018 @apeisa @ryan As soon as I installed IftRunner (such a great module), in my ListerPro actions tab a new option "when should the actions run" appeared. When are the actions executed if I choose "later"? Could not find any information about this. Thank you in advance for your answer. Link to comment Share on other sites More sharing options...
arjen Posted October 29, 2018 Share Posted October 29, 2018 You can process the queue by calling a script manually, from a seperate cronjob or for example from LazyCron. <?php $modules->get('IftRunner')->processQueue(); // Or if you want to specify how many queues must be executed you can also set a maximum $max = 5; // or whatever how many you want to be executed $modules->get('IftRunner')->processQueue($max); 3 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now