Skip to content

Commit

Permalink
[Rahul] | BAH-3740 | Fix. Cron Expression Initialization
Browse files Browse the repository at this point in the history
The cron expression in the .properties.template file will refer to the env variable, or will use the default
  • Loading branch information
rahu1ramesh committed Apr 5, 2024
1 parent 5354c1d commit befbb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/docker/templates/erp-atomfeed.properties.template
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ openmrs.password=${OPENMRS_ATOMFEED_PASSWORD}
openmrs.auth.uri=http://${OPENMRS_HOST}:${OPENMRS_PORT}/openmrs/ws/rest/v1/session

scheduler.initial.delay=60000
scheduler.sale.order.cron.expression=0/30 * * * * ?
scheduler.sale.order.cron.expression=${SCHEDULER_SALE_ORDER_CRON_EXPRESSION:0/30 * * * * ?}

referencedata.endpoint=http://${OPENMRS_HOST}:${OPENMRS_PORT}/reference-data

0 comments on commit befbb41

Please sign in to comment.