]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
BERFBB-3943 dev
authorsambufe <samuel.bufe@publicispixelpark.de>
Thu, 9 Nov 2017 09:51:51 +0000 (10:51 +0100)
committersambufe <samuel.bufe@publicispixelpark.de>
Thu, 9 Nov 2017 09:52:17 +0000 (10:52 +0100)
customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml

index a5f1aa51b387e8dc1c6fb4273bcd77d807d84b4c..8e69bc19f0c8deb044ef1786367a51b336d5efa2 100644 (file)
@@ -33,7 +33,7 @@ sudo::configs:
 infra::profile::cron::cronjobs:
   vbb-import:
     command: '/bin/php -f /var/www/webservice/web/webservices/jobs/vbb.php >> /var/log/fbb_webservice/vbb-import.log 2>> /var/log/fbb_webservice/vbb-import-error.log'
-    minute: '*'
+    minute: '0-59/2'
     hour: '*'
     date: '*'
     month: '*'
@@ -45,7 +45,7 @@ infra::profile::cron::cronjobs:
     description: 'VBB-cron'
   webservice-push:
     command: '/bin/php -f /var/www/webservice/web/webservices/jobs/push.php >> /var/log/fbb_webservice/webservice-push.log 2>> /var/log/fbb_webservice/webservice-push-error.log'
-    minute: '*'
+    minute: '0-59/2'
     hour: '*'
     date: '*'
     month: '*'
@@ -57,7 +57,7 @@ infra::profile::cron::cronjobs:
     description: 'Webservice-Push'
   braintree:
     command: '/bin/php -f /var/www/webservice/web/webservices/jobs/braintree.php >> /var/log/fbb_webservice/braintree.log 2>> /var/log/fbb_webservice/braintree-error.log'
-    minute: '*'
+    minute: '0'
     hour: '*'
     date: '*'
     month: '*'
@@ -69,7 +69,7 @@ infra::profile::cron::cronjobs:
     description: 'Braintree Zahlungsverifikation'
   cdm-webservice-push:
     command: '/bin/php -f /var/www/cdm-webservice/web/webservices/jobs/push.php >> /var/log/fbb_webservice/cdm-webservice-push.log 2>> /var/log/fbb_webservice/cdm-webservice-push-error.log'
-    minute: '*'
+    minute: '0-59/2'
     hour: '*'
     date: '*'
     month: '*'
@@ -92,6 +92,31 @@ infra::profile::cron::cronjobs:
     #  - 'MAILTO=root'
       - 'PATH="/usr/bin:/bin"'
     description: 'lastimported-update'
+  baggage-trace:
+    command: '/bin/php -f /var/www/webservice/web/webservices/jobs/baggage_trace.php > /dev/null 2>> /var/log/fbb_webservice/baggage-trace-error.log'
+    minute: '0'
+    hour: '*'
+    date: '*'
+    month: '*'
+    weekday: '*'
+    user: apache
+    environment:
+    #  - 'MAILTO=root'
+      - 'PATH="/usr/bin:/bin"'
+    description: 'Baggage-Trace'
+  webservice-notification:
+    command: '/bin/php -f /var/www/webservice/web/webservices/jobs/notification.php > /dev/null 2>> /var/log/fbb_webservice/webservice-notification-error.log'
+    minute: '1-59/2'
+    hour: '*'
+    date: '*'
+    month: '*'
+    weekday: '*'
+    user: apache
+    environment:
+    #  - 'MAILTO=root'
+      - 'PATH="/usr/bin:/bin"'
+    description: 'Webservice-Notification'
+
 
 
 repo::remi_php71: true