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

fix: wrong formatting of run complete time #878

Merged
merged 2 commits into from
Feb 25, 2025

Conversation

doc-han
Copy link
Collaborator

@doc-han doc-han commented Feb 21, 2025

Short Description

Removes wrong formatting of run complete duration.

Fixes #875

Implementation Details

Easy fix.

QA Notes

Do you see msms anymore on run complete logs?

AI Usage

Please disclose how you've used AI in this work (it's cool, we just want to know!):

  • Code generation (copilot but not intellisense)
  • Learning or fact checking
  • Strategy / design
  • Optimisation / refactoring
  • Translation / spellchecking / doc gen
  • Other
  • I have not used AI

You can read more details in our Responsible AI Policy

Release branch checklist

Delete this section if this is not a release PR.

If this IS a release branch:

  • Run pnpm changeset version from root to bump versions
  • Run pnpm install
  • Commit the new version numbers
  • Run pnpm changeset tag to generate tags
  • Push tags git push --tags

Tags may need updating if commits come in after the tags are first generated.

logger.timer already returns a better human readable time string.
@josephjclark
Copy link
Collaborator

Thank you! I'll get this released

@josephjclark josephjclark changed the base branch from main to release/next February 25, 2025 11:08
@josephjclark josephjclark merged commit 2667710 into release/next Feb 25, 2025
1 check was pending
@josephjclark josephjclark deleted the farhan/fix-multiple-ms branch February 25, 2025 11:09
josephjclark added a commit that referenced this pull request Feb 25, 2025
* fix: wrong formatting of run complete time (#878)

* fix: wrong formatting of run complete time

logger.timer already returns a better human readable time string.

* changeset

---------

Co-authored-by: Joe Clark <[email protected]>

* Fix worker log level (#880)

* ensure the jobLogLevel option gets properly fed through to the worker

* fix integration test and tidy logging

* version: [email protected] [email protected]

* worker: remove debug code

---------

Co-authored-by: Farhan Y. <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Double msms in logs?
2 participants