-
Notifications
You must be signed in to change notification settings - Fork 811
Description
The current notify grafana link is triggered at the start of the job and uses a hardcoded time of now and one hour into the future as a guess of what range to show.
This works for 90% of cases, but long running re-execution jobs can take nearly a full 24hrs. Additionally, these jobs sometimes take hours to copy in the initial state and block data before they start executing and emitting metrics. This results in very long running jobs showing no data at all on the range in the Grafana link that gets originally posted.
This ticket is to improve the start/end times to handle the remaining 10% of the time.
One potential solution is to move posting the Grafana link to a post-action step, so that it's possible to know the actual start and end times of the job.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status