Skip to content

Adds Dockerfile.miniooni and a scheduler tool#1782

Open
aagbsn wants to merge 2 commits into
masterfrom
add_dockerfile_and_scheduler
Open

Adds Dockerfile.miniooni and a scheduler tool#1782
aagbsn wants to merge 2 commits into
masterfrom
add_dockerfile_and_scheduler

Conversation

@aagbsn
Copy link
Copy Markdown
Contributor

@aagbsn aagbsn commented May 12, 2026

scheduler runs the command miniooni with arguments passed to the container, and then runs it again after a sampled delay.

environment variables INTERVAL sets the mean delay, MAX_MULTIPLIER clamps the maximum delay, and the minimum delay is 10% of INTERVAL (hard-coded).

Consent (--yes) is assumed for headless operation.

Checklist

  • I have read the contribution guidelines
  • reference issue for this pull request:
  • if you changed anything related to how experiments work and you need to reflect these changes in the ooni/spec repository, please link to the related ooni/spec pull request:
  • if you changed code inside an experiment, make sure you bump its version number

Description

Please, insert here a more detailed description.

scheduler runs the command miniooni with arguments passed to the
container, and then runs it again after a sampled delay.

environment variables INTERVAL sets the mean delay, MAX_MULTIPLIER
clamps the maximum delay, and the minimum delay is 10% of INTERVAL
(hard-coded).

Consent (--yes) is assumed for headless operation.
@aagbsn aagbsn requested review from DecFox and hellais as code owners May 12, 2026 08:52
use Error not Errorf
@aagbsn aagbsn force-pushed the add_dockerfile_and_scheduler branch from 68cf059 to e36dc2c Compare May 16, 2026 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant