/
A new cron-job required for new MLS addon!

A new cron-job required for new MLS addon!

In order to improve the MLS addon synchronizing speed, we created separate functions for importing and purging.  So if you're updating your MLS addon from v.2.5.0 to v.2.7.0, you need to add a new cronjob from your website CPanel, otherwise, expired listings won't be deleted from your website.

So you need to add the cron-job below:

# wget -O /dev/null  'http://yourwebsite.com/?rets_purge_cron_job=1

OR

# curl --silent  'http://yourwebsite.com/?rets_purge_cron_job=1 '

Note: You can set the update time to run every 15 minutes.

Note: If your website uses https:// protocol, then you should change the links accordingly.

Related content