go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/tokenserver/appengine/frontend/cron.yaml (about)

     1  cron:
     2  - description: Reads configs from luci-config
     3    url: /internal/cron/read-config
     4    schedule: every 1 minutes
     5    target: backend
     6  
     7  - description: Fetches certificate revocation lists
     8    url: /internal/cron/fetch-crl
     9    schedule: every 1 minutes
    10    target: backend