Skip to content
Snippets Groups Projects
Commit 83c35890 authored by ale's avatar ale
Browse files

Add wp-cron to the container

parent 402a85fc
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# Run WP-Cron periodically.
# The "run-cron" execution takes a few minutes, so the actual period
# comess out at something closer to 10 minutes.
export BATCH_SIZE=300
exec every 300 on-local-blogs run-cron >/dev/null 2>&1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment