We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4956c50 commit 875d587Copy full SHA for 875d587
DMOps/file_invalidation_server/fi_manager/process_jobs.py
@@ -26,7 +26,7 @@ def fetch_and_process():
26
if not job.status.conditions:
27
continue
28
29
- if job.kind == "CronJob" or 'jobs-log-processor' in job_name:
+ if job.kind == "CronJob" or ('jobs-log-processor' in job_name) or ('approval-message' in job_name):
30
31
32
condition_types = {cond.type: cond.status for cond in job.status.conditions}
0 commit comments