Describe the bug
Every time a cron job is being scheduled, its initial status will be Pending, then after a few seconds Running.
While it's Pending, Kintohub triggers a red alert.
To Reproduce
Steps to reproduce the behavior:
Create a cronjob service with cron pattern * * * * * (every minute)
Wait a minute to see the red alert immediately replaced with a blue one.
Expected behavior
Pending service should not trigger a red alert
Describe the bug Every time a cron job is being scheduled, its initial status will be
Pending
, then after a few secondsRunning
. While it'sPending
, Kintohub triggers a red alert.To Reproduce Steps to reproduce the behavior:
* * * * *
(every minute)Wait a minute to see the red alert immediately replaced with a blue one.
Expected behavior Pending service should not trigger a red alert