You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
Every time a cron job is being scheduled, its initial status will be
Pending
, then after a few secondsRunning
.While it's
Pending
, 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
The text was updated successfully, but these errors were encountered: