rob05c opened a new issue #5024: URL: https://github.com/apache/trafficcontrol/issues/5024
The regex_revalidate.config looks like `http://url unix-timestamp`, and it's sorted alphabetically, which ends up being a pain to try to find things in. It should be changed to sort by the time, and then by URL. That will be drastically easier for operators to work with. ## I'm submitting a ... - improvement request (usability, performance, tech debt, etc.) ## Traffic Control components affected ... - Traffic Ops ORT ## Current behavior: ORT config gen (`atstccfg`/`atscfg`) sorts regex_revalidate alphabetically. ## Expected / new behavior: ORT config gen (`atstccfg`/`atscfg`) sorts regex_revalidate by timestamp, then alphabetically. ## Minimal reproduction of the problem with instructions: Generate config. Observe sorted by URL, not timestamp. ## Anything else: ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
