Skip to content
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

Feat/add timestamp to all stages in mongo #1019

Merged
merged 9 commits into from
Aug 25, 2023

Conversation

JKBGIT1
Copy link
Contributor

@JKBGIT1 JKBGIT1 commented Aug 22, 2023

This PR adds timestamp to all stages, which are stored in mongo. As we discussed here, I have only keep it in context-box. However I am not 100% sure, if I have addressed everything and I would also like to have one more question, if I may.
Is it okay, if we don't include Timestamp in ConvertToGRPCWorkflow func?

@JKBGIT1 JKBGIT1 requested a review from Despire August 22, 2023 12:49
@JKBGIT1 JKBGIT1 self-assigned this Aug 22, 2023
@JKBGIT1 JKBGIT1 linked an issue Aug 22, 2023 that may be closed by this pull request
1 task
Copy link
Contributor

@Despire Despire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if I may.
Is it okay, if we don't include Timestamp in ConvertToGRPCWorkflow func?

Yes this is fine. The idea is to only add the timestamp when saving to the DB, outside it has no usefulness as of now.

LGTM 👍

@Despire
Copy link
Contributor

Despire commented Aug 23, 2023

Please also format the code correctly https://github.com/berops/claudie/actions/runs/5939012354

@Despire Despire added this pull request to the merge queue Aug 25, 2023
Merged via the queue into master with commit 51b612f Aug 25, 2023
@Despire Despire deleted the feat/add-timestamp-to-all-stages-in-mongo branch August 25, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Add timestamps when error occurs
2 participants