OF
Size: a a a
OF
Д
IS
OF
KN
pm2 start test.js --cron "* * * * *"
ИЛИ
ecosystem.config.js:
module.exports = {
apps: [
{
name: 'CRON',
script: "test.js",
exec_mode: 'fork',
cron_restart: "* * * * *",
watch: false,
autorestart: false
}
]
};
IS
Д
pm2 start test.js --cron "* * * * *"
ИЛИ
ecosystem.config.js:
module.exports = {
apps: [
{
name: 'CRON',
script: "test.js",
exec_mode: 'fork',
cron_restart: "* * * * *",
watch: false,
autorestart: false
}
]
};
KN
AF
RT
RT
AF
V
АП
V
ЕЛ
V
МЖ
A
TS