Any function available to know the status of a cron job running?
See original GitHub issueJust like task.stop();
Does it have any function to know the status of the job whether ‘started’ or ‘stopped’ or ‘running’ ?
task.getStatus()
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:7 (3 by maintainers)
Top Results From Across the Web
How to Check if a Cron Job has Run (Crontab Log)
You can see any crons running on the server by checking /var/spool/cron for the given user. And you will see the active crons...
Read more >How to view a cron job running currently? - Stack Overflow
start with a timestamp which is the start time. When the job finishes, the file /path/cron.end will have the timestamp when the cron...
Read more >How to verify crond daemon and cron jobs are running on Linux
Explains how to check cron jobs are running or not by checking the log file and verify crond daemon status itself under various...
Read more >How to List, Display, & View all Current Cron Jobs in Linux
In this guide, learn how to view current cron jobs and display all running cron jobs. Including Listing hourly, daily, weekly and monthly....
Read more >How to Check if a Cron Job Is Running - YouTube
In this video, you will learn how to check if a cron job is running. This is a good first step when troubleshooting...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
done at #103
@merencia can You give us some examples of checking this? I saw that You added promises, so this kind of docs will be very helpfull 😃