From 72200232698df96790e2cecaf2a18282d3e61f13 Mon Sep 17 00:00:00 2001 From: RealRancor Date: Sun, 29 Mar 2015 20:24:39 +0200 Subject: [PATCH] Added note to prefer webcron or system cron for activity and external storages --- .../configuration_server/background_jobs_configuration.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/configuration_server/background_jobs_configuration.rst b/admin_manual/configuration_server/background_jobs_configuration.rst index 36d0a7583..ad8cfe802 100644 --- a/admin_manual/configuration_server/background_jobs_configuration.rst +++ b/admin_manual/configuration_server/background_jobs_configuration.rst @@ -25,6 +25,10 @@ AJAX The AJAX scheduling method is the default option. Unfortunately, however, it is also the least reliable. Each time a user visits the ownCloud page, a single background job is executed. The advantage of this mechanism is that is does not require access to the system nor registration with a third party service. The disadvantage of this mechanism, when compared to the Webcron service, is that it requires regular visits to the page for it to be triggered. +.. note:: Especially when using the Activity App or external storages, where new + files are added, updated or deleted one of the two methods below should be + preferred. + Webcron ~~~~~~~