{"id":293,"date":"2011-04-16T18:43:49","date_gmt":"2011-04-17T01:43:49","guid":{"rendered":"https:\/\/gonzalo.aro.cl\/blog\/?p=293"},"modified":"2011-04-16T18:43:49","modified_gmt":"2011-04-17T01:43:49","slug":"activar-ejecucion-a-traves-de-cron","status":"publish","type":"post","link":"https:\/\/gonzalo.aro.cl\/blog\/2011\/04\/16\/activar-ejecucion-a-traves-de-cron\/","title":{"rendered":"Activar ejecuci\u00f3n a trav\u00e9s de cron"},"content":{"rendered":"<p>La especificaci\u00f3n del cron manifiesta los siguiente<\/p>\n<pre class=\"brush: text\">\r\n*     *     *   *    *        comando\r\n-     -     -   -    -\r\n|     |     |   |    |\r\n|     |     |   |    +----- dia de la semana (0 - 6)\r\n|     |     |   +------- mes (1 - 12)\r\n|     |     +--------- dia del mes (1 - 31)\r\n|     +----------- hora (0 - 23)\r\n+------------- minuto (0 - 59)\r\n<\/pre>\n<p>Por lo que al especificar<\/p>\n<pre class=\"brush: text\">\r\n45     *     *   *    *        comando\r\n<\/pre>\n<p>El comando corre cada minuto 45 de cada hora, que es distinto que corra cada 45 minutos, para especificar eso se debe especificar de la sigiente forma<\/p>\n<pre class=\"brush: text\">\r\n*\/45     *     *   *    *        comando\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>La especificaci\u00f3n del cron manifiesta los siguiente * * * * * comando &#8211; &#8211; &#8211; &#8211; &#8211; | | | | | | | | | +&#8212;&#8211; dia de la semana (0 &#8211; 6) | | | +&#8212;&#8212;- mes (1 &#8211; 12) | | +&#8212;&#8212;&#8212; dia del mes (1 &#8211; 31) | +&#8212;&#8212;&#8212;&#8211; hora [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16,4,15],"tags":[],"class_list":["post-293","post","type-post","status-publish","format-standard","hentry","category-centos","category-desarrollo","category-linux"],"_links":{"self":[{"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/posts\/293"}],"collection":[{"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/comments?post=293"}],"version-history":[{"count":4,"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/posts\/293\/revisions"}],"predecessor-version":[{"id":297,"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/posts\/293\/revisions\/297"}],"wp:attachment":[{"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/media?parent=293"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/categories?post=293"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gonzalo.aro.cl\/blog\/wp-json\/wp\/v2\/tags?post=293"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}