nsimao / node-sleep

Node app to wait a certain amount of time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node.app to test cron jobs on k8s.

Environment variable to modify the amount time for sleeping WAIT_FOR. Default value: 3000.

Windows (cmd)

set WAIT_FOR=2000
node app.js

Unix based

WAIT_FOR=2000 node app.js

About

Node app to wait a certain amount of time


Languages

Language:Dockerfile 51.1%Language:JavaScript 48.9%