File: hourly-token-flush-175800b7f614f26e.yaml

package info (click to toggle)
puppet-module-keystone 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,428 kB
  • sloc: ruby: 9,684; pascal: 295; python: 38; makefile: 10; sh: 10
file content (7 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
---
fixes:
  - The token flush cron job has been modified to run every hour instead of
    once a day. This is because this was causing issues with larger
    deployments, as the operation would take too long and sometimes even fail
    because of the transaction being so large. Note that this only affects
    people using the UUID token provider.