linux - How to implement more stable scheduled tasks in node.js
过去多啦不再A梦
过去多啦不再A梦 2017-05-27 17:44:44
0
4
633

I hope that the node program can perform different operations at different fixed time points every day. How to achieve this?

The financial business scenario should be similar, right? For example, Yu'e Bao, you can buy and sell at any time. The calculation of principal and interest is implemented by the backend scheduled service, right? Is it settled at 0 o'clock every day?

过去多啦不再A梦
过去多啦不再A梦

reply all(4)
淡淡烟草味

node-schedule

阿神

You can use agenda package

PHPzhong

Provide an interface and then schedule the curl interface through crontab

漂亮男人

later module

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template