kintoproj / kinto-core

API server to manage resources on Kubernetes.
https://www.kintohub.com
Apache License 2.0
5 stars 0 forks source link

Cron Jobs with Pending status trigger a red alert #20

Open bakayolo opened 3 years ago

bakayolo commented 3 years ago

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:

  1. 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