Cron Jobs

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #12000
    young1
    Participant

    Hey Merv,

    Just quick question on cron jobs. So should I run the feed sync cron job script every 30 minutes then the trigger script 10 minutes later followed by the execution script 10 minutes later?

    Cheers.

    #12004
    Merv Barrett
    Keymaster

    Feedsync is fine to run every 8 minutes as it is just importing data into the database.

    For the remaining cron jobs for WP All Import we recommend setting the triggers hourly with a 10 minute gap and the execution scripts at every 2 minutes.

    FeedSync
    */8 * * * *

    Property
    10 * * * *
    Property Execution
    */2 * * * *

    Rental
    20 * * * *
    Rental Execution
    */2 * * * *

    Land
    30 * * * *
    Land Execution
    */2 * * * *

    Commercial / etc
    40 * * * *
    Land Execution
    */2 * * * *

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Priority Support’ is closed to new topics and replies.