From 978e82eb13ddecbcfb492b02fd3d6e948bf97588 Mon Sep 17 00:00:00 2001 From: sambufe Date: Thu, 9 Nov 2017 10:51:51 +0100 Subject: [PATCH] BERFBB-3943 dev --- customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml | 33 ++++++++++++++++--- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml b/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml index a5f1aa51..8e69bc19 100644 --- a/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml +++ b/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml @@ -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 -- 2.39.5