diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/crontab.ugly | 4 | ||||
-rw-r--r-- | conf/general-example | 1 | ||||
-rw-r--r-- | conf/packages | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/conf/crontab.ugly b/conf/crontab.ugly index c446ca602..5e65e1cee 100644 --- a/conf/crontab.ugly +++ b/conf/crontab.ugly @@ -12,7 +12,9 @@ MAILTO=cron-!!(*= $site *)!!@mysociety.org # On only one server !!(* if ($vhost eq 'reportemptyhomes.com') { *)!! -*/5 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/send-reports || echo "stalled?" +5,10,15,20,25,30,35,40,45,50,55 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/send-reports || echo "stalled?" +0 0-11,13-23 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/send-reports || echo "stalled?" +0 12 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/send-reports --verbose" || echo "stalled?" 2 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-alerts.lock /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/send-alerts || echo "stalled?" 0,30 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-questionnaires.lock /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/send-questionnaires-eha || echo "stalled?" diff --git a/conf/general-example b/conf/general-example index 20872ae28..9da852bb8 100644 --- a/conf/general-example +++ b/conf/general-example @@ -44,6 +44,7 @@ define('OPTION_STAGING_SITE', 1); define('OPTION_UPLOAD_CACHE', '/upload/'); define('OPTION_GEO_CACHE', '/cache/'); define('OPTION_GOOGLE_MAPS_API_KEY', ''); +define('OPTION_BING_MAPS_API_KEY', ''); define('OPTION_MAPIT_URL', 'http://mapit.mysociety.org/'); define('OPTION_MAP_TYPE', 'Tilma::Original::1_10k'); diff --git a/conf/packages b/conf/packages index ce5c1e745..7828cc699 100644 --- a/conf/packages +++ b/conf/packages @@ -31,3 +31,4 @@ libtest-exception-perl libipc-run3-perl libyaml-perl liblist-moreutils-perl +libhaml-ruby |