-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Reporting] Fix job completion notification to disappear after 24 hours #133381
Conversation
Pinging @elastic/kibana-app-services (Team:AppServicesUx) |
@@ -22,6 +22,12 @@ import { | |||
import { Job } from './job'; | |||
import { ReportingAPIClient } from './reporting_api_client'; | |||
|
|||
/** | |||
* @todo Replace with `Infinity` once elastic/eui#5945 is resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this comment outdated? There is no Infinity
in the lower code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it isn't. I think we should replace this value with Infinity
once it's supported.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Left a question about a comment that could be stale
Reviewed changes only: I did not test the code as the changes look straightforward (more so than before).
Thanks for jumping on this!!!
💔 Some backports could not be created
Manual backportTo create the backport manually run:
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Summary
Resolves #133351.
Checklist