承接 netlogix/neos-asyncworkspaceactions 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

netlogix/neos-asyncworkspaceactions

Composer 安装命令:

composer require netlogix/neos-asyncworkspaceactions

包简介

Neos package that allows asynchronous execution of workspace actions (e.g. publishing)

README 文档

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

统计信息

  • 总下载量: 5.33k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-08-29