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

Long-running commands dies early and unexpectedly #160

Open
NiklasBr opened this issue Jan 9, 2023 · 0 comments
Open

Long-running commands dies early and unexpectedly #160

NiklasBr opened this issue Jan 9, 2023 · 0 comments

Comments

@NiklasBr
Copy link
Contributor

NiklasBr commented Jan 9, 2023

For example presta:sitemaps:dump keeps dying even though we have configured a long timeout:

www-data@610465edab50:~/pimcore$ bin/console debug:config ElementsProcessManagerBundle

Current configuration for "ElementsProcessManagerBundle"
========================================================

elements_process_manager:
    processTimeoutMinutes: 120
    archiveThresholdLogs: 7
    disableShortcutMenu: false
    reportingEmailAddresses: {  }
    additionalScriptExecutionUsers: {  }
    restApiUsers: {  }

image

image

Running this command directly on the server as the web user works:

www-data@610465edab50:~/pimcore$ bin/console presta:sitemaps:dump --section site_5 --base-url https://example.com/ public/var/tmp/sitemaps
Dumping sitemaps section site_5 into public/var/tmp/sitemaps directory
Created/Updated the following sitemap files:
    sitemap.site_5.xml
    sitemap.xml

What are we doing incorrectly here?

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

No branches or pull requests

1 participant