Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 node-schedule 包,我需要一些帮助。我可以每周开始做任何任务吗?
节点调度包使用 crontab 语法。为了每周运行一次,您可以执行以下操作:
1 1 * * 1 “周一 01:01。”</p>
https://crontab.guru/