netlogix / neos-asyncworkspaceactions
Neos package that allows asynchronous execution of workspace actions (e.g. publishing)
Installs: 2 333
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:neos-package
Requires
- flowpack/jobqueue-common: ^3.3
- neos/flow: >= 7.3 < 9.0
- neos/neos-ui: >= 7.3 < 9.0
- netlogix/cli-increasedatabasetimeout: ^1.0 || dev-main
This package is auto-updated.
Last update: 2024-10-19 08:54:02 UTC
README
This package that allows asynchronous execution of workspace actions (e.g. publishing) through the default Neos UI.
When publishing large amounts of nodes, the PHP process may run in the configured memory_limit, thus failing to publish a workspace. This package aims to work around this problem by moving the publishing to a subprocess that may use a different PHP configuration with unlimited memory_limit.
Installation
composer require netlogix/neos-asyncworkspaceactions
Configuration
You can configure the threshold after which asynchronous publishing should trigger. If less nodes are published, the default Neos behaviour is used.
Netlogix: Neos: AsyncWorkspaceActions: # Amount of nodes required to publish or discard asynchronously nodeThreshold: 100