Zombie processes, quot parser issue

This commit is contained in:
Luciano Gervasoni
2025-07-03 10:56:48 +02:00
parent 8b689729bf
commit e657c3bee1
3 changed files with 9 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ services:
container_name: fetcher_app_selenium
restart: unless-stopped
shm_size: 512mb
init: true # For zombie processes
environment:
- SELENIUM_SLEEP_PER_PAGE=${SELENIUM_SLEEP_PER_PAGE}
- PATH_LOGS_DIRECTORY=${PATH_LOGS_DIRECTORY}