Heray-Was-Here
Server : nginx/1.30.2
System : Linux elegant-dhawan.198-71-59-75.plesk.page 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64
User : realtyna_guys ( 10000)
PHP Version : 8.2.31
Disable Function : opcache_get_status
Directory :  /opt/psa/admin/conf/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/psa/admin/conf/task-manager.yml.sample
# Copyright 1999-2026. WebPros International GmbH. All rights reserved.
concurrency:
  limits:
    # Maximum number of concurrent tasks
    # This limit will not be exceeded regardless of concurrency rules configuration below
    #total: 100
  tags:
    # Concurrency rules
    # Each rule is a mapping of a tag or a tag pattern to an integer limit value.
    # Tag patterns include '*' symbols which match any tag substring.
    # Limit value of -1 means "unlimited", any other limit value ensures that no more
    # than that many tasks with matching tags in their concurrency rules are executed
    # concurrently.
    # Any tag not configured here is treated as having limit value of 1 (no concurrency).
    #event_handler: 5
    #long_task: -1
    #daily_maintenance: -1
timeouts:
  # How often to remove tasks that were not recently updated
  gc:
    # Remove 'success' tasks that are older than
    #successful: 24h
    # Remove 'failure' tasks that are older than
    #failed: 168h
    # Remove all other tasks that are older than
    #incomplete: 168h
    # Check for old tasks once per this period
    #cleanupPeriod: 1h
  process:
    # Process stop timeout (delay between graceful and forced termination)
    #stop: 15s
    # Default process execution timeout (can be overridden via API)
    #execution: 20m
    # How often to check running processes state
    # Depending on platform this may be primary or auxiliary method of process control
    #probePeriod: 1m
log:
  # Logging level, one of: DEBUG, INFO, WARNING, ERROR
  # Daemon --verbosity CLI option takes priority if set
  #level: INFO

Hry