🎉 wip: add the discover functionality
This commit is contained in:
parent
8b90666558
commit
708ce4dc80
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ async function discover() {
|
||||||
|
|
||||||
const job = new CronJob('*/60 * * * * *', () => {
|
const job = new CronJob('*/60 * * * * *', () => {
|
||||||
discover();
|
discover();
|
||||||
console.log('This job runs every 30 seconds.');
|
console.log('This job runs every 60 seconds.');
|
||||||
});
|
});
|
||||||
|
|
||||||
export default job;
|
export default job;
|
||||||
|
|
Loading…
Add table
Reference in a new issue