-
Notifications
You must be signed in to change notification settings - Fork 735
Add start and end times to Operations API #5426
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
Conversation
|
⚪
|
|
⚪
|
| // - Export; | ||
| // - Import. | ||
| google.protobuf.Timestamp start_time = 8; | ||
| google.protobuf.Timestamp end_time = 9; |
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.
Если уж ты выше переименовал в 'completed', почему тогда не complete_time?
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.
end_time как будто сильно более популярнее. Особенно в связке с start_time.
В нашем публичном API для прогресса айтемов экспорта/импорта уже есть ровно такая связка.
https://github.com/ydb-platform/ydb/blob/main/ydb/public/api/protos/ydb_export.proto#L28
|
⚪
|
|
⚪
|
Changelog entry
Add start and end times for long-running operations (export, import).
Changelog category
Additional information