• Resolved aLjaz

    (@aljaz)


    Hi,

    is it possible with plugin to schedule when feed should be created, I am running daily updates of feeds but I would like to schedule them during night time not during day time. Is that possible ?

    Thank you.
    Br, Alja?.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Alja?,

    Thanks for using our plugin and reaching out to us.

    It is unfortunately not possible to change the timings of the refresh intervals.

    These are the times:

    • Daily: just after 07:00h local server time
    • Twicedaily: just after 07:00h and 19:00h local server time
    • Hourly: just after the fill hour
    Thread Starter aLjaz

    (@aljaz)

    Thank you, but I see timestamp on files when i have daily that is created few minutes after 09:00 AM.

    The plugin uses the timezone set on your server to determine when it should start updating your feeds. It is this code:

    $hour = date(‘H’);
    if (($val[‘cron’] == “daily”) AND ($hour == 07)){

    As you can see plugin really starts the updating at 07h local server-time.

    Assuming the issue at hand has been resolved and/or our help is no longer required we will close this topic. Do not hesitate to reach out to us again whenever you need our support.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Schedule feed’ is closed to new replies.