Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
HasuraNodeComponent
Commits
2b6c0bef
Commit
2b6c0bef
authored
1 year ago
by
Reshmi
Browse files
Options
Download
Patches
Plain Diff
Adding a new function in scheduler
parent
ed4e2e49
main
UAT
1 merge request
!27
Adding a new function to scheduler
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scheduler.js
+1
-1
scheduler.js
with
1 addition
and
1 deletion
+1
-1
scheduler.js
+
1
−
1
View file @
2b6c0bef
...
...
@@ -120,7 +120,7 @@ const scheduledJob = cron.schedule('0 0 * * *', async () => {
scheduler2Fun
();
}
catch
(
error
)
{
console
.
log
(
'
Cron job running at 12 AM
'
);
}
catch
(
error
)
{
console
.
error
(
'
Error updating status:
'
,
error
.
message
);
}
},
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets