Code Monkey home page Code Monkey logo

netlogix.neos.asyncworkspaceactions's Introduction

Netlogix.Neos.AsyncWorkspaceActions

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

netlogix.neos.asyncworkspaceactions's People

Contributors

hphoeksma avatar paxuclus avatar stephanschuler avatar toni-bessel avatar tweis avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

hphoeksma

netlogix.neos.asyncworkspaceactions's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.