Page 1 of 1

Persistency in the cloud...

Posted: Thu Feb 07, 2019 8:04 am
by Bernd Welter
Hey ho,

during last weeks webinar we've been asked for the configuration of the "persistency" within xServer2 in the cloud. There you go: The current settings are
  • "core.distanceMatrixRetentionTime = 7d" : Time to live for unused distance matrices before they get deleted by the cleanup task.
  • "resultRetentionTime": "7d" : Time to live for unfetched persistent job results before the system can delete entries from the persistent store. Default is 7 days.
  • "fetchedResultRetentionTime": "1h": Time to live for fetched persistent job results before the system can delete entries from the persistent store. Default is 1 hour.
And here is some more advice:
  • a simple "getDistanceMatrix" request will reset the lastUsed timestamp of a matrix
  • - distance matrices will be deleted during map updates: implement a proper handling!
Best regards,
Bernd