sp2-verify-1770321468/workers/background-processor/.env.example
jordan 7123456b2c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add worker component: background-processor
2026-02-05 19:57:58 +00:00

24 lines
484 B
Plaintext

# background-processor Worker Configuration
# App
APP_NAME=background-processor
APP_ENVIRONMENT=development
APP_DEBUG=true
# Logging
LOG_LEVEL=debug
LOG_FORMAT=text
# Database (required for job queue)
DATABASE_URL=postgres://dev:dev@localhost:5432/sp2-verify-1770321468?sslmode=disable
# Worker
WORKER_POLL_INTERVAL=10s
WORKER_BATCH_SIZE=10
WORKER_MAX_RETRIES=3
WORKER_STALE_JOB_TIMEOUT=5m
WORKER_JOB_TIMEOUT=5m
# Redis (optional, for cache)
# REDIS_URL=redis://localhost:6379/0