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(cu): in findresult, check for exact eval by message id #1103

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jfrain99
Copy link
Contributor

@jfrain99 jfrain99 commented Jan 7, 2025

Before, the CU was searching for old evaluations (findEvaluation) through processId, timestamp, ordinate, cron. Now, only search by processId and messageId to find duplicate assignments.

Closes #1091

@jfrain99 jfrain99 force-pushed the jfrain99/check-assignments-by-message-id-cu branch from 51012d6 to b572f49 Compare January 7, 2025 20:58
@jfrain99 jfrain99 force-pushed the jfrain99/check-assignments-by-message-id-cu branch from b572f49 to 4d3e8bf Compare January 7, 2025 21:09
@jfrain99 jfrain99 requested review from TillaTheHun0 and removed request for TillaTheHun0 January 8, 2025 15:44
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.

fix(cu): return previous assignment evaluation on duplicate
1 participant