Force run adhoc task

Re: Force run adhoc task

by Gabriel JALAM -
Number of replies: 0
Hello,
To update the nextruntime i use this sql code:
begin; update mdl_task_adhoc set nextruntime = unix_timestamp()+60; commit;
Average of ratings: Useful (1)