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

NEOS-1625: updates temporal schedule errors to be unique #2971

Merged

Conversation

nickzelei
Copy link
Member

We were previously logging each error from temporal schedule with the same message. This PR updates that to be unique for better tracking.

Also when describing job statuses, we were layering in the wrong error message, that has been fixed. - It has also been updated to a warn as this error is common when job runs have been archived.

@nickzelei nickzelei added the bug Something isn't working label Nov 21, 2024
Copy link

linear bot commented Nov 21, 2024

Copy link

vercel bot commented Nov 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
neosync-docs ⬜️ Ignored (Inspect) Nov 21, 2024 5:34pm

Copy link

codecov bot commented Nov 21, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 35.01%. Comparing base (f686279) to head (b580e25).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
backend/services/mgmt/v1alpha1/job-service/jobs.go 0.00% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2971   +/-   ##
=======================================
  Coverage   35.00%   35.01%           
=======================================
  Files         330      330           
  Lines       38428    38425    -3     
=======================================
+ Hits        13452    13454    +2     
+ Misses      23411    23408    -3     
+ Partials     1565     1563    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@nickzelei nickzelei merged commit f1dfe80 into main Nov 21, 2024
10 of 11 checks passed
@nickzelei nickzelei deleted the nick/neos-1625-investigate-err-log-bug-in-getjobrunstatuses branch November 21, 2024 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants