ibexa

Path

ez publish / technical manual / 4.6 / features / queue handling in asynchron... / enable the publishing queue...


Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

  • Enable the publishing queue functionality

    Asynchronous publishing is disabled by default and needs to be enabled by overriding a setting in content.ini. Please enter the setting as described below:

    [PublishingSettings]
     # Enable/Disable the asynchronous publishing feature
     AsynchronousPublishing=enabled
    

    Customize the queue size

    In the PublishingSettings you can also the size of the queue by deciding how many parallel publishing operations should be allowed:

    [PublishingSettings]
     # how many parallel publishing operations should be allowed
     # default: 10
     PublishingProcessSlots=10
    

    Making the feature optional

    You disable the eZ Asynchronous Publishing feature through the same INI setting in content.ini:

    [PublishingSettings]
     # Enable/Disable the asynchronous publishing feature
     AsynchronousPublishing=disabled
    

    If disabled, the operation won't be deferred to the daemon at all, and publishing will happen in real time. This also allows siteaccess based enabling/disabling of the feature.

    Geir Arne Waaler (19/01/2011 12:56 pm)

    Geir Arne Waaler (24/01/2011 12:13 pm)


    Comments

    There are no comments.