<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yamekodev</author_name>
  <author_url>https://blog.hatena.ne.jp/yamekodev/</author_url>
  <blog_title>yamekodevの日記</blog_title>
  <blog_url>https://yamekodev.hatenadiary.org/</blog_url>
  <categories>
    <anon>Node.js</anon>
  </categories>
  <description>起動～3秒後までは、毎秒メッセージ出力 3秒たったら3秒ごとの周期に変更(メッセージ出力処理は変わらず) const schedule = require('node-schedule'); var hogehoge = 0; var job = schedule.scheduleJob('* * * * * *', function () { console.log(hogehoge); hogehoge++; if(hogehoge === 3){ job.reschedule('*/3 * * * * *'); } });</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyamekodev.hatenadiary.org%2Fentry%2F2020%2F12%2F08%2F113425&quot; title=&quot; Node.js  node-schedule　実行開始後に実行周期を変える - yamekodevの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-12-08 11:34:25</published>
  <title> Node.js  node-schedule　実行開始後に実行周期を変える</title>
  <type>rich</type>
  <url>https://yamekodev.hatenadiary.org/entry/2020/12/08/113425</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
