{"id":275115,"date":"2020-11-23T13:33:43","date_gmt":"2020-11-23T13:33:43","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=275115"},"modified":"2024-08-13T12:14:39","modified_gmt":"2024-08-13T12:14:39","slug":"akeneo-queue-manager","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/","title":{"rendered":"Akeneo Queue Manager"},"content":{"rendered":"\n<p><strong><a href=\"https:\/\/store.webkul.com\/akeneo-queue-manager.html\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Queue Manager<\/a><\/strong> allows the store owner to manage the entire queue list of import, export, and quick export jobs. <\/p>\n\n\n\n<p>The admin can easily identify job details through &#8211; job name, job code, connector name, and status of the job. <\/p>\n\n\n\n<p>The admin can even delete any job if it is not required or if the job is not in a running state. This extension works with multiple connectors.<\/p>\n\n\n\n<p>Clicking the stop button on the job queue will immediately terminate the job without going through the stopping step. The user can stop a running job, but cannot change its status afterward.<\/p>\n\n\n\n<p>Check a brief overview of the module &#8211;  <\/p>\n\n\n\n<div class=\"wp-block-wk-block-youtube-video wp-block-wk-block--yt-video components-placeholder\"><div class=\"wk-block--yt-video-frame\"><div class=\"wk-block--yt-video-frame-request\" data-plyr-provider=\"youtube\" data-plyr-embed-id=\"AW9MQAcVfoE\"><div class=\"components-placeholder__instructions\">AW9MQAcVfoE<\/div><\/div><\/div><\/div>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Basic Requirement<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Akeneo Queue Manager module works with Akeneo 3.0.x, 3.1.x, 3.2.x, 4.0.x, 5.0.x and 7.0.x.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This module is compatible with the Akeneo community and Enterprise(Flexibility) edition.<\/li>\n\n\n\n<li>If you want to use this extension on Akeneo EE Serenity mode, please&nbsp;<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">contact us<\/a>.<\/li>\n\n\n\n<li>For the Akeneo installation, your Akeneo server should meet these&nbsp;<a href=\"https:\/\/docs.akeneo.com\/4.0\/install_pim\/manual\/system_requirements\/system_requirements.html\" target=\"_blank\" rel=\"noreferrer noopener\">system requirements<\/a>.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Features<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Manages the list of export\/import jobs.<\/li>\n\n\n\n<li>Shows the details of a job like a job name, code, connector, and status of the job.<\/li>\n\n\n\n<li>Works with multiple connectors.<\/li>\n\n\n\n<li>Provide permission to view the jobs on the grid list.<\/li>\n\n\n\n<li>Shows the list of jobs that are in pending state or in running state.<\/li>\n\n\n\n<li>Provide permission to delete jobs on the grid list.<\/li>\n\n\n\n<li>&nbsp;Show all the user by whom the job has been executed<\/li>\n\n\n\n<li>Can delete a job if the consumer is not assigned to the job.<\/li>\n\n\n\n<li>Show all the status types of job execution.<\/li>\n\n\n\n<li>Support for Akeneo version 3.x 4.x, 5.x and 7.x.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installation<\/h3>\n<\/div><\/div>\n\n\n\n<p>Two different types of module installation processes are available for the module.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Composer Installation<\/li>\n\n\n\n<li>Manual Installation<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"installation-using-composer-installation\">Installation using Composer Installation<\/h3>\n\n\n\n<p><a href=\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Read This Blog<\/strong><\/a><\/p>\n\n\n\n<p>Before beginning the composer installation.<\/p>\n\n\n\n<p><strong>1<\/strong>: Get the&nbsp;<strong>ACCESS KEYS<\/strong>&nbsp;[Create a&nbsp;<a href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\" target=\"_blank\" rel=\"noreferrer noopener\">support ticket<\/a>]<br><strong>2<\/strong>: In Akeneo&nbsp;<strong>composer.json<\/strong>, add our repository as well as the installation script.<\/p>\n\n\n\n<p><strong>For Akeneo 7<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n  &quot;scripts&quot;: {\n        &quot;post-update-cmd&quot;: &#091;\n           &quot;vendor\/webkul\/jobqueuemanagerbundle\/src\/Webkul\/JobQueueManagerBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n        ],\n        &quot;post-install-cmd&quot;: &#091;\n           &quot;vendor\/webkul\/jobqueuemanagerbundle\/src\/Webkul\/JobQueueManagerBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n        ],\n        &quot;post-create-project-cmd&quot;: &#091;\n          &quot;vendor\/webkul\/jobqueuemanagerbundle\/src\/Webkul\/JobQueueManagerBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n       ]\n   },\n  &quot;repositories&quot;: &#091;{\n    &quot;type&quot;: &quot;composer&quot;,\n    &quot;url&quot;: &quot;https:\/\/akeneorepo.webkul.com\/&quot;\n  }]\n}<\/pre>\n\n\n\n<p><strong>3:&nbsp;<\/strong>Use composer to install the extension.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer require webkul\/JobQueueManagerBundle<\/pre>\n\n\n\n<p>4: Complete the authentication form.<br>5: Send a Message of Success<br>6: Delete your browser\u2019s cache.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Manual Installation for Version 7.x<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>&nbsp;After unzipping the appropriate extension zip, merge the \u201csrc\u201d folder into the akeneo project.<\/li>\n\n\n\n<li>From the PIM directory, run the following command over the NO-DOCKER Instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/JobQueueManagerBundle\/install\/config.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After that, run the command below over the PIM directory\u2019s DOCKER instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/JobQueueManagerBundle\/install\/config.sh COMPOSER=false NO_DOCKER=false<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Manual Installation for Version 4.0.x to 5.0.x:<\/h3>\n<\/div><\/div>\n\n\n\n<p>Please follow these steps for installing Akeneo Queue Manager module in your Akeneo PIM platform.<\/p>\n\n\n\n<p><strong>1<\/strong>&nbsp;\u2013 Unzip the respective extension zip&nbsp; then merge the \u201csrc\u201d folder into akeneo project root directory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"414\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1200x414-1.png\" alt=\"Screenshot-by-Lightshot-1200x414-1\" class=\"wp-image-275174\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1200x414-1.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1200x414-1-300x104.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1200x414-1-250x86.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1200x414-1-768x265.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>2 \u2013 Goto&nbsp;<strong>config\/Bundles.php<\/strong>&nbsp;then add line:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"793\" height=\"154\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-from-2020-11-23-16-25-22.png\" alt=\"Screenshot-from-2020-11-23-16-25-22\" class=\"wp-image-275343\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-from-2020-11-23-16-25-22.png 793w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-from-2020-11-23-16-25-22-300x58.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-from-2020-11-23-16-25-22-250x49.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-from-2020-11-23-16-25-22-768x149.png 768w\" sizes=\"(max-width: 793px) 100vw, 793px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\JobQueueManagerBundle\\JobQueueManagerBundle::class =&gt; &#091;&#039;all&#039; =&gt; true],<\/pre>\n\n\n\n<p>in return array.<\/p>\n\n\n\n<p><strong>3 \u2013<\/strong>&nbsp;Copy the \u201cconfig\u201d folder into akeneo project root directory for routing.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"414\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1-1200x414-1.png\" alt=\"Screenshot-by-Lightshot-1-1200x414-1\" class=\"wp-image-275134\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1-1200x414-1.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1-1200x414-1-300x104.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1-1200x414-1-250x86.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1-1200x414-1-768x265.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>4&nbsp;<\/strong>\u2013 Run this command after ssh to your akeneo server by the terminal.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/console ca:cl --env=prod &amp;&amp; php bin\/console queue-manager:setup:install<\/pre>\n\n\n\n<p><strong>5\u2013<\/strong>&nbsp;If you are using php-fpm. Then you need to restart the php-fpm services and apache web server.<\/p>\n\n\n\n<p><strong>For Akeneo 5<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.4 restart<\/pre>\n\n\n\n<p><strong>For Akeneo 4<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.3 restart<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Docker Installation Command :<\/h3>\n\n\n\n<p><strong>For Akeneo 5<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">alias docker_php=&#039;docker-compose run -u www-data --rm php php&#039;;\nalias docker_yarn=&#039;docker-compose run -u node --rm node yarn&#039;;\ndocker_php bin\/console cache:clear --env=prod;\ndocker_php bin\/console pim:installer:assets --symlink --clean --env=prod;\ndocker_php bin\/console d:s:u --force;\ndocker_yarn run webpack;\ndocker_yarn run update-extensions;\ndocker_yarn run less;<\/pre>\n\n\n\n<p><strong>For Akeneo 4<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">alias docker_php=&#039;docker-compose run -u www-data --rm php php&#039;;\nalias docker_yarn=&#039;docker-compose run -u node --rm node yarn&#039;;\ndocker_php bin\/console cache:clear --env=prod;\ndocker_php bin\/console pim:installer:assets --symlink --clean --env=prod;\ndocker_php bin\/console d:s:u --force;\ndocker_yarn run webpack;\ndocker_yarn run less;<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><strong>Manual Installation for Version 3.x<\/strong><\/h3>\n<\/div><\/div>\n\n\n\n<p>Please follow these steps for installing Akeneo Queue Manager module in your Akeneo PIM platform.<\/p>\n\n\n\n<p><strong>1<\/strong>&nbsp;\u2013 Unzip the respective extension zip&nbsp; then merge the \u201csrc\u201d folder into akeneo project root directory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"404\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/src-magento-2-1-1200x404-1.png\" alt=\"src-magento-2-1-1200x404-1\" class=\"wp-image-275176\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/src-magento-2-1-1200x404-1.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/src-magento-2-1-1200x404-1-300x101.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/src-magento-2-1-1200x404-1-250x84.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/src-magento-2-1-1200x404-1-768x259.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>2<\/strong>&nbsp;\u2013 Goto&nbsp;<strong>app\/AppKernel.php<\/strong>&nbsp;then add line.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"683\" height=\"182\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-from-2020-11-23-16-24-47.png\" alt=\"Screenshot-from-2020-11-23-16-24-47\" class=\"wp-image-275344\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-from-2020-11-23-16-24-47.png 683w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-from-2020-11-23-16-24-47-300x80.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-from-2020-11-23-16-24-47-250x67.png 250w\" sizes=\"(max-width: 683px) 100vw, 683px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<pre class=\"EnlighterJSRAW\">new Webkul\\JobQueueManagerBundle\\JobQueueManagerBundle(),<\/pre>\n\n\n\n<p><strong>3<\/strong>&nbsp;\u2013 Goto&nbsp;<strong>app\/config\/routing.yml<\/strong>&nbsp;then add these lines at top of file Syndication: resource:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"708\" height=\"166\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-from-2020-11-23-16-29-04.png\" alt=\"Screenshot-from-2020-11-23-16-29-04\" class=\"wp-image-275346\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-from-2020-11-23-16-29-04.png 708w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-from-2020-11-23-16-29-04-300x70.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-from-2020-11-23-16-29-04-250x59.png 250w\" sizes=\"(max-width: 708px) 100vw, 708px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<pre class=\"EnlighterJSRAW\">wk_queue_route:\n  resource: &quot;@JobQueueManagerBundle\/Resources\/config\/routing.yml&quot;\n  prefix: \/<\/pre>\n\n\n\n<p><strong>4&nbsp;<\/strong>\u2013  Run this command after ssh to your akeneo server by the terminal.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/console ca:cl --env=prod &amp;&amp; php bin\/console queue-manager:setup:install<\/pre>\n\n\n\n<p>5&nbsp;\u2013 If you are using php-fpm. Then you need to restart the php-fpm services and apache web server.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.2 restart<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Common Issues After Installation<\/h3>\n<\/div><\/div>\n\n\n\n<p>It might happen that even after proper installation, upon opening your Akeneo admin dashboard, you see a loading screen. In that case, do check for the following solution:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Webpack Installation: If you get the below error<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"734\" height=\"211\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Webpack-error-2.png\" alt=\"Webpack-error-2\" class=\"wp-image-275348\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Webpack-error-2.png 734w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Webpack-error-2-300x86.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Webpack-error-2-250x72.png 250w\" sizes=\"(max-width: 734px) 100vw, 734px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"uninstallation\"><\/h3>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Uninstallation for version 7<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>From the PIM directory, run the command below over the NO-DOCKER Instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/JobQueueManagerBundle\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run the command below over the PIM directory\u2019s DOCKER instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/JobQueueManagerBundle\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=false<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Akeneo Queue Manager \u2013 Workflow<\/h3>\n<\/div><\/div>\n\n\n\n<p>After installing the module in Akeneo on the left side of the dashboard there will be an icon Webkul job queue manager.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/dashboard-1200x602.webp\" alt=\"dashboard\" class=\"wp-image-457508\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/dashboard-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/dashboard-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/dashboard-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/dashboard-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/dashboard.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Create Product In Akeneo<\/h3>\n<\/div><\/div>\n\n\n\n<p>To create a product in Akeneo, go to navigate to Products then click the Create button. Now, you need to choose the product type \u2013 as Product or Product Model.<\/p>\n\n\n\n<p><strong>Product<\/strong>&nbsp;\u2013 Select this type for creating simple and virtual products.<\/p>\n\n\n\n<p><strong>Product Model<\/strong>&nbsp;\u2013 Select this type for creating a configurable product with variations.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/09\/Create-Product-type.png\" alt=\"create the product in Akeneo\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>Now enter the required SKU, choose a family, then  click the&nbsp;<strong>Save<\/strong>&nbsp;button.<\/p>\n\n\n\n<p><strong>Product Family<\/strong>&nbsp;\u2013 A family is a set of attributes that will be the same for all products belonging to a family. The product family represents products type, imposes product information structure and defines the list of attributes for a product that it belongs.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/09\/enter-sku-and-choose-family.png\" alt=\"Create the product family\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<h4 class=\"wp-block-heading\">Product List<\/h4>\n\n\n\n<p>After creating the product in Akeneo you can check the product list. You will found all the product list created by you or exported from any channel.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Create Jobs<\/h3>\n<\/div><\/div>\n\n\n\n<p>After that to export the products, first of all, you need to create the<strong>\u00a0Export Profile<\/strong>. Therefore, navigate to<strong>\u00a0Exports -> Create Export Profile\u00a0<\/strong>as per the below image.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/export-profile-management-1200x602.webp\" alt=\"export-profile\" class=\"wp-image-457511\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/export-profile-management-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/export-profile-management-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/export-profile-management-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/export-profile-management-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/export-profile-management.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>This will redirect you to the<strong>&nbsp;Export Profile<\/strong>&nbsp;page. Therefore, you will enter a unique code, label, then select a job profile.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"627\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Export-profiles-management-8-1200x627.png\" alt=\"Export-profiles-management-8\" class=\"wp-image-275370\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Export-profiles-management-8-1200x627.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Export-profiles-management-8-300x157.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Export-profiles-management-8-250x131.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Export-profiles-management-8-768x401.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Export-profiles-management-8.png 1286w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"panel-11\"><strong>Export Now<\/strong><\/h3>\n\n\n\n<p>After creating the export profile, click on the Export button as per the below image.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/export-profile-export-show-1200x602.webp\" alt=\"show\" class=\"wp-image-457512\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/export-profile-export-show-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/export-profile-export-show-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/export-profile-export-show-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/export-profile-export-show-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/export-profile-export-show.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Queue Manager<\/h3>\n<\/div><\/div>\n\n\n\n<p>To provide the  permission to view and delete the jobs on the grid list. You need to give permission to the users.<\/p>\n\n\n\n<p>For that you need to navigate to<strong> System>>Roles<\/strong>. Then create new role and the allow the permission.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/roles-queue-manager-1200x602.webp\" alt=\"roles\" class=\"wp-image-457513\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/roles-queue-manager-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/roles-queue-manager-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/roles-queue-manager-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/roles-queue-manager-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/roles-queue-manager.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Delete Job from Grid List &#8211; <\/strong>Click on the check box to delete jobs on the grid list.<\/li>\n\n\n\n<li><strong>Show Queue List<\/strong> &#8211; Click on the check box to view the queue job list on the grid list.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/permission-roles-1200x675.webp\" alt=\"permission-roles\" class=\"wp-image-457514\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/permission-roles-1200x675.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/permission-roles-300x169.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/permission-roles-250x141.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/permission-roles-768x432.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/permission-roles.webp 1366w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that navigate to<strong> System>>Users<\/strong> then select the user to allow the permission.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/user-roles-1200x602.webp\" alt=\"user-roles\" class=\"wp-image-457515\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/user-roles-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/user-roles-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/user-roles-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/user-roles-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/user-roles.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Then click on the tab Group and roles select the role to allow the user for the permission.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/user-demo-edit-1200x602.webp\" alt=\"permission\" class=\"wp-image-457517\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/user-demo-edit-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/user-demo-edit-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/user-demo-edit-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/user-demo-edit-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/user-demo-edit.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>After that to check the <a href=\"https:\/\/webkul.com\/blog\/akeneo-cron-scheduler\/\">execution of the export process<\/a> in the Akeneo Queue Manager into Akeneo then navigate to\u00a0<strong>Webkul job queue manager>Job Queue.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/webkul-job-queue-manager-1200x602.webp\" alt=\"webkul-job-queue-manager\" class=\"wp-image-457518\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/webkul-job-queue-manager-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/webkul-job-queue-manager-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/webkul-job-queue-manager-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/webkul-job-queue-manager-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/webkul-job-queue-manager.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Then you can delete any completed job if it is not required or if the job is not in running state by the delete button.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"602\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/deletejob-1200x602.webp\" alt=\"deletejob\" class=\"wp-image-457519\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/deletejob-1200x602.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/deletejob-300x150.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/deletejob-250x125.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/deletejob-768x385.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/deletejob.webp 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><\/h3>\n<\/div><\/div>\n\n\n\n<p>So, that was much about the User Guide of Akeneo Queue Manager for any queries or doubts reach out to us at&nbsp;<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@webkul.com<\/a>. You can also raise a ticket at our&nbsp;<strong><a href=\"https:\/\/webkul.uvdesk.com\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\">HelpDesk System.<\/a><\/strong><\/p>\n\n\n\n<p>Please explore our&nbsp;<a href=\"https:\/\/webkul.com\/akeneo\/\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Development Services<\/a>&nbsp;and Quality&nbsp;<a href=\"https:\/\/store.webkul.com\/Akeneo.html\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Extensions<\/a>.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Akeneo Queue Manager allows the store owner to manage the entire queue list of import, export, and quick export jobs. The admin can easily identify job details through &#8211; job name, job code, connector name, and status of the job. The admin can even delete any job if it is not required or if the <a href=\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":273,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5709],"tags":[7702],"class_list":["post-275115","post","type-post","status-publish","format-standard","hentry","category-akeneo","tag-akeneo-pim"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Akeneo Queue Manager | Bulk Job Managment<\/title>\n<meta name=\"description\" content=\"Akeneo Queue Manager allows the store owner to manage the entire queue list of import, export, and quick export jobs.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Akeneo Queue Manager | Bulk Job Managment\" \/>\n<meta property=\"og:description\" content=\"Akeneo Queue Manager allows the store owner to manage the entire queue list of import, export, and quick export jobs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-23T13:33:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-13T12:14:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1200x414-1.png\" \/>\n<meta name=\"author\" content=\"Kavita Singh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kavita Singh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/\"},\"author\":{\"name\":\"Kavita Singh\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1\"},\"headline\":\"Akeneo Queue Manager\",\"datePublished\":\"2020-11-23T13:33:43+00:00\",\"dateModified\":\"2024-08-13T12:14:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/\"},\"wordCount\":1118,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1200x414-1.png\",\"keywords\":[\"Akeneo PIM\"],\"articleSection\":[\"Akeneo\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/\",\"url\":\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/\",\"name\":\"Akeneo Queue Manager | Bulk Job Managment\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1200x414-1.png\",\"datePublished\":\"2020-11-23T13:33:43+00:00\",\"dateModified\":\"2024-08-13T12:14:39+00:00\",\"description\":\"Akeneo Queue Manager allows the store owner to manage the entire queue list of import, export, and quick export jobs.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1200x414-1.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1200x414-1.png\",\"width\":1200,\"height\":414,\"caption\":\"Screenshot-by-Lightshot-1200x414-1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Akeneo Queue Manager\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1\",\"name\":\"Kavita Singh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Kavita Singh\"},\"description\":\"Kavita, a seasoned Business Manager, drives growth in e-commerce solutions by implementing strategic management and innovative solutions, ensuring superior performance, and elevating digital commerce for exceptional results.\",\"url\":\"https:\/\/webkul.com\/blog\/author\/kavitasingh-bd984\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Akeneo Queue Manager | Bulk Job Managment","description":"Akeneo Queue Manager allows the store owner to manage the entire queue list of import, export, and quick export jobs.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/","og_locale":"en_US","og_type":"article","og_title":"Akeneo Queue Manager | Bulk Job Managment","og_description":"Akeneo Queue Manager allows the store owner to manage the entire queue list of import, export, and quick export jobs.","og_url":"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2020-11-23T13:33:43+00:00","article_modified_time":"2024-08-13T12:14:39+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1200x414-1.png","type":"","width":"","height":""}],"author":"Kavita Singh","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Kavita Singh","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/"},"author":{"name":"Kavita Singh","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1"},"headline":"Akeneo Queue Manager","datePublished":"2020-11-23T13:33:43+00:00","dateModified":"2024-08-13T12:14:39+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/"},"wordCount":1118,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1200x414-1.png","keywords":["Akeneo PIM"],"articleSection":["Akeneo"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/","url":"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/","name":"Akeneo Queue Manager | Bulk Job Managment","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1200x414-1.png","datePublished":"2020-11-23T13:33:43+00:00","dateModified":"2024-08-13T12:14:39+00:00","description":"Akeneo Queue Manager allows the store owner to manage the entire queue list of import, export, and quick export jobs.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/akeneo-queue-manager\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1200x414-1.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/Screenshot-by-Lightshot-1200x414-1.png","width":1200,"height":414,"caption":"Screenshot-by-Lightshot-1200x414-1"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/akeneo-queue-manager\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Akeneo Queue Manager"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1","name":"Kavita Singh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Kavita Singh"},"description":"Kavita, a seasoned Business Manager, drives growth in e-commerce solutions by implementing strategic management and innovative solutions, ensuring superior performance, and elevating digital commerce for exceptional results.","url":"https:\/\/webkul.com\/blog\/author\/kavitasingh-bd984\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/275115","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/273"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=275115"}],"version-history":[{"count":24,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/275115\/revisions"}],"predecessor-version":[{"id":457539,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/275115\/revisions\/457539"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=275115"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=275115"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=275115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}