Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cron] sleep random seconds (<59), if not interactive or forced #5215

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Commits on Jul 20, 2024

  1. [cron] sleep random seconds (<59), if not interactive or forced

    acmesh-official#944 (comment)
    
    Let's Encrypt employee said in the comments "we do see peaks at the beginning of minutes and even seconds; the finer-grained time randomization, the better."
    
    This adds a random amount of sleep second before beginning the cron job. I considered reading from `/dev/urandom` and so on, but we aren't doing anything security critical here so I thought that just using the process number modulo 59 (the largest prime <= 60) should give decent variability across the systems. The starting hour and minute are already randomized during the installation.
    oittaa authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    795d987 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Update PebbleStrict.yml docker-compose -> docker compose

    `docker-compose` was removed in actions/runner-images#9692
    oittaa authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    9f9a56d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    c228069 View commit details
    Browse the repository at this point in the history