Skip to content

ors.engine.graph_management

WARNING

The graph management functionality is in beta testing and not yet available for the broader public. Please visit graph repo client for a more in-depth understanding of this functionality.

If you are interested in testing the graph management functionality, please contact us in our user forum or write us an E-Mail to support@smartmobility.heigit.org.

Properties beneath ors.engine.graph_management are used to define graph management for the entire openrouteservice instance. See graph repo client for more information.

PropertyMeaningDefault
enabledglobally enable or disable graph management for all profilesfalse
download_schedulecron pattern defining the schedule when to check for and download new graphsa pattern meaning never
activation_schedulecron pattern defining the schedule when to activate downloaded new graphsa pattern meaning never
max_backupshow many old graph version to keep as backup when activating a new one0

Cron Patterns

The values for the *_schedule properties are cron patterns with 6 positions. The positions are interpreted as follows (from left to right):

  • second
  • minute
  • hour
  • day of month
  • month
  • day of week

For more information see org.springframework.scheduling.annotation