-
Notifications
You must be signed in to change notification settings - Fork 22
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
Duplicate callbacks for jobs received #755
Comments
2 tasks
ds-jhartmann
added a commit
that referenced
this issue
Jul 17, 2024
ds-jhartmann
added a commit
that referenced
this issue
Aug 1, 2024
2 tasks
Fixed job callbacks called multiple times after completion in #862 |
ds-jhartmann
added a commit
that referenced
this issue
Aug 1, 2024
ds-jhartmann
added a commit
that referenced
this issue
Aug 1, 2024
ds-jhartmann
added a commit
that referenced
this issue
Aug 2, 2024
…acks fix(irs-api):[#755] fix job callbacks called multiple times after com…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cleanup_githubaction_duplicate_errors.txt
Description
Current behaviour
We started 23 Jobs for 23 assets but received 36 callbacks. Which resulted in duplicate key exceptions.
callbacks received:
Expected behavior
We expected to only receive 23 callbacks. 1 for each started job.
Steps to reproduce the Bug
trigger the asset synchronization at Trace-X you should see more callbacks than jobs started. For further details please see attached log.
The text was updated successfully, but these errors were encountered: