Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): Add N8N_GRACEFUL_SHUTDOWN_TIMEOUT env var #8068

Merged
merged 2 commits into from
Dec 18, 2023

Commits on Dec 18, 2023

  1. feat(core): Add N8N_GRACEFUL_SHUTDOWN_TIMEOUT env var

    Add generic N8N_GRACEFUL_SHUTDOWN_TIMEOUT which controls how long n8n process will wait
    for graceful exit before exitting forcefully. This variables replaces the QUEUE_WORKER_TIMEOUT
    variable that was used for worker process.
    
    DEPRECATED: QUEUE_WORKER_TIMEOUT deprected
    
    QUEUE_WORKER_TIMEOUT environment variable has been replaced with N8N_GRACEFUL_SHUTDOWN_TIMEOUT.
    tomi committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cae3b78 View commit details
    Browse the repository at this point in the history
  2. review fixes

    tomi committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4b5ac5a View commit details
    Browse the repository at this point in the history