mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Apply suggestions from code review
Co-authored-by: kesselb <mail@danielkesselberg.de>
This commit is contained in:
@@ -32,7 +32,7 @@ Background jobs
|
||||
~~~~~~~~~~~~~~~
|
||||
Running background jobs can be an expensive task when there are a large number of events, reminders, event sharees and attendees. However, this needs to happen
|
||||
often enough so that the notifications are sent on time. To accomplish this you should use a dedicated ``occ`` command that runs
|
||||
more often than the standard `cron`` system::
|
||||
more often than the standard ``cron`` system::
|
||||
|
||||
# crontab -u www-data -e
|
||||
*/5 * * * * php -f /var/www/nextcloud/occ dav:send-event-reminders
|
||||
|
||||
Reference in New Issue
Block a user