fix: fix jobname and arrayjobid timeouts by adding additional 30d filter

- improve archive worker logs
- add arrayjobid filter to url if used
This commit is contained in:
Christoph Kluge
2024-05-23 11:53:23 +02:00
parent ba1658beac
commit 420bec7c46
3 changed files with 14 additions and 5 deletions

View File

@@ -193,6 +193,7 @@
opts.push(`userMatch=${filters.userMatch}`);
if (filters.project) opts.push(`project=${filters.project}`);
if (filters.jobName) opts.push(`jobName=${filters.jobName}`);
if (filters.arrayJobId) opts.push(`arrayJobId=${filters.arrayJobId}`);
if (filters.projectMatch != "contains")
opts.push(`projectMatch=${filters.projectMatch}`);