{"id":348976,"date":"2022-08-24T14:07:05","date_gmt":"2022-08-24T14:07:05","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=348976"},"modified":"2022-08-24T14:09:53","modified_gmt":"2022-08-24T14:09:53","slug":"how-to-set-the-cront-automate-the-jobs-in-akeneo","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/","title":{"rendered":"How to set the cron Automate the jobs in Akeneo"},"content":{"rendered":"\n<p>This article shows how to Set the cron automate the jobs.<\/p>\n\n\n\n<p> It involves logging into the server via&nbsp;<a href=\"https:\/\/help.dreamhost.com\/hc\/en-us\/articles\/216041267-SSH-overview\" target=\"_blank\" rel=\"noreferrer noopener\">SSH<\/a>&nbsp;to run several commands.<\/p>\n\n\n\n<p>The crontab files are where the lists of jobs and other instructions to the cron daemon are kept.<\/p>\n\n\n\n<p> Each user at DreamHost has their own individual crontab file that can be accessed by running  the following command under your&nbsp;<a href=\"https:\/\/help.dreamhost.com\/hc\/en-us\/articles\/216385837-Creating-a-user-with-Shell-SSH-access\" target=\"_blank\" rel=\"noreferrer noopener\">Shell user<\/a>:&nbsp;<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\"> &#091;server]$ crontab -e<\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Crontab files are simple text files that have a particular format.<\/li><li> Each line of a crontab file follows a particular format as a series of fields, separated by spaces and\/or tabs. <\/li><li>Each field can have a single value or a series of values.<\/li><li> A single cron job should take up exactly one line, but this can be a long line (more than 80 characters).<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Things to look out for when editing\/creating your crontab<\/strong>.<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Each line has five time\/date fields, followed by a command, followed by a newline character (&#8216;\\n&#8217;).<\/li><li> A common problem is not including a newline, so hit &#8216;Enter\/Return&#8217; a time or three at the end of your command.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li>Another common problem is automatic word-wrap breaking up a long line into multiple lines, so make sure your text editor doesn&#8217;t do this.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li>Blank lines and leading spaces and tabs are ignored.<\/li><li> Lines whose first non-space character is a hash-sign (#) are ignored as they are considered comments. <\/li><li>Note that comments are not allowed on the same line as cron commands. <\/li><li>Since they are interpreted as being part of the command.<\/li><li> Similarly, comments are not allowed on the same line as environment variable settings (like&nbsp;<a href=\"https:\/\/help.dreamhost.com\/hc\/en-us\/articles\/215767107#MAILTO_variable_requirement\" target=\"_blank\" rel=\"noreferrer noopener\">MAILTO<\/a>).<\/li><li>Here we read about how to cron automates jobs.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">There are two ways to create custom cron jobs.<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Editing the existing crontab on the server.<\/li><li>Using a custom crontab file.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">If you&#8217;ve edited the existing crontab.<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>If you have already created a cron job in your panel.<\/li><li> You can view it by running crontab -e under your Shell user.<\/li><li> If you edit the file to add another cron job below the existing panel one, the panel cron job will continue to function normally in addition to your new edited code.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li>Any adjustments in the panel will not affect your custom code.<\/li><\/ul>\n\n\n\n<h3 class=\"has-text-align-left wp-block-heading\">If you switched the server&#8217;s crontab with your custom crontab.<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>You can also use a custom crontab that you created. If you do this, the server&#8217;s crontab is overwritten. You can replace the server&#8217;s crontab by running the following:<\/li><\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">&#091;server]$ crontab \/home\/username\/crontab<\/pre>\n\n\n<div class=\"wp-block-image is-style-default\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/cron_commands.png\" alt=\"the cron Automate the jobs\" class=\"wp-image-349106\" width=\"797\" height=\"351\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/cron_commands.png 1062w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/cron_commands-300x132.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/cron_commands-250x110.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/cron_commands-768x338.png 768w\" sizes=\"(max-width: 797px) 100vw, 797px\" loading=\"lazy\" \/><figcaption>crontab with your custom crontab file<\/figcaption><\/figure>\n<\/div>\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","protected":false},"excerpt":{"rendered":"<p>This article shows how to Set the cron automate the jobs. It involves logging into the server via&nbsp;SSH&nbsp;to run several commands. The crontab files are where the lists of jobs and other instructions to the cron daemon are kept. Each user at DreamHost has their own individual crontab file that can be accessed by running <a href=\"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":468,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-348976","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to set the cron Automate the jobs in Akeneo Webkul Blog<\/title>\n<meta name=\"description\" content=\"Set the cron automate the jobs. The crontab files are where the lists of jobs and other instructions to the cron daemon are kept.\" \/>\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\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to set the cron Automate the jobs in Akeneo Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"Set the cron automate the jobs. The crontab files are where the lists of jobs and other instructions to the cron daemon are kept.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/\" \/>\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=\"2022-08-24T14:07:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-24T14:09:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/08\/cron_commands.png\" \/>\n<meta name=\"author\" content=\"Jugendra Kumar\" \/>\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=\"Jugendra Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/\"},\"author\":{\"name\":\"Jugendra Kumar\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/10f52be45e5d53332f8c0740c275a835\"},\"headline\":\"How to set the cron Automate the jobs in Akeneo\",\"datePublished\":\"2022-08-24T14:07:05+00:00\",\"dateModified\":\"2022-08-24T14:09:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/\"},\"wordCount\":437,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/08\/cron_commands.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/\",\"url\":\"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/\",\"name\":\"How to set the cron Automate the jobs in Akeneo Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/08\/cron_commands.png\",\"datePublished\":\"2022-08-24T14:07:05+00:00\",\"dateModified\":\"2022-08-24T14:09:53+00:00\",\"description\":\"Set the cron automate the jobs. The crontab files are where the lists of jobs and other instructions to the cron daemon are kept.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/cron_commands.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/cron_commands.png\",\"width\":1062,\"height\":468,\"caption\":\"cron_commands\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to set the cron Automate the jobs in Akeneo\"}]},{\"@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\/10f52be45e5d53332f8c0740c275a835\",\"name\":\"Jugendra Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/41810a6b00c1ebf35929072ddefddc0c6112ffb07c64fc9515f083da8c923712?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/41810a6b00c1ebf35929072ddefddc0c6112ffb07c64fc9515f083da8c923712?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Jugendra Kumar\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/jugendra-kumar532\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to set the cron Automate the jobs in Akeneo Webkul Blog","description":"Set the cron automate the jobs. The crontab files are where the lists of jobs and other instructions to the cron daemon are kept.","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\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/","og_locale":"en_US","og_type":"article","og_title":"How to set the cron Automate the jobs in Akeneo Webkul Blog","og_description":"Set the cron automate the jobs. The crontab files are where the lists of jobs and other instructions to the cron daemon are kept.","og_url":"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2022-08-24T14:07:05+00:00","article_modified_time":"2022-08-24T14:09:53+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/08\/cron_commands.png","type":"","width":"","height":""}],"author":"Jugendra Kumar","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Jugendra Kumar","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/"},"author":{"name":"Jugendra Kumar","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/10f52be45e5d53332f8c0740c275a835"},"headline":"How to set the cron Automate the jobs in Akeneo","datePublished":"2022-08-24T14:07:05+00:00","dateModified":"2022-08-24T14:09:53+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/"},"wordCount":437,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/08\/cron_commands.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/","url":"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/","name":"How to set the cron Automate the jobs in Akeneo Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/08\/cron_commands.png","datePublished":"2022-08-24T14:07:05+00:00","dateModified":"2022-08-24T14:09:53+00:00","description":"Set the cron automate the jobs. The crontab files are where the lists of jobs and other instructions to the cron daemon are kept.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/cron_commands.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/cron_commands.png","width":1062,"height":468,"caption":"cron_commands"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/how-to-set-the-cront-automate-the-jobs-in-akeneo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to set the cron Automate the jobs in Akeneo"}]},{"@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\/10f52be45e5d53332f8c0740c275a835","name":"Jugendra Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/41810a6b00c1ebf35929072ddefddc0c6112ffb07c64fc9515f083da8c923712?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/41810a6b00c1ebf35929072ddefddc0c6112ffb07c64fc9515f083da8c923712?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Jugendra Kumar"},"url":"https:\/\/webkul.com\/blog\/author\/jugendra-kumar532\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/348976","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\/468"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=348976"}],"version-history":[{"count":41,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/348976\/revisions"}],"predecessor-version":[{"id":384256,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/348976\/revisions\/384256"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=348976"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=348976"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=348976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}