Jump to content

IftRunner when is "later" executed?


dotnetic
 Share

Recommended Posts

@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

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);

 

  • Like 3
  • Thanks 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...