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: '*'
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: '*'
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: '*'
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: '*'
# - '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