Skip to content

[PAV-118] [Go/Infra] Configurar limites globais de concorrência, CPU e memória do scraper - #226

Merged
hltav merged 2 commits into
masterfrom
develop
Aug 19, 2026
Merged

[PAV-118] [Go/Infra] Configurar limites globais de concorrência, CPU e memória do scraper#226
hltav merged 2 commits into
masterfrom
develop

Conversation

@hltav

@hltav hltav commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator
  • feat(scraper): configure global concurrency and runtime limits

  • Add centralized SCRAPER_MAX_CONCURRENCY configuration with a safe default of 12.

  • Reject invalid environment values during startup instead of using a silent fallback.

  • Cap manual and scheduled executions before cache-key and pipeline processing.

  • Configure Go runtime, CPU, and memory limits for the scraper container.

  • Add structured logs, defensive validation, tests, and operational documentation.

  • Refs: PAV-118

hltav and others added 2 commits August 19, 2026 18:58
Add centralized SCRAPER_MAX_CONCURRENCY configuration with a safe default of 12.

Reject invalid environment values during startup instead of using a silent fallback.

Cap manual and scheduled executions before cache-key and pipeline processing.

Configure Go runtime, CPU, and memory limits for the scraper container.

Add structured logs, defensive validation, tests, and operational documentation.

Refs: PAV-118
Add centralized SCRAPER_MAX_CONCURRENCY configuration with a safe
default of 12.

Reject invalid environment values during startup instead of using a
silent fallback.

Cap manual and scheduled executions before cache-key and pipeline
processing.

Configure Go runtime, CPU, and memory limits for the scraper container.

Add structured logs, defensive validation, tests, and operational
documentation.

Refs: PAV-118
@hltav
hltav merged commit 073bd43 into master Aug 19, 2026
3 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in JobAtlas – Kanban Aug 19, 2026
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.

2 participants