-
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
Cancelation of order jobs is not working stable #253
Comments
Hints: |
The functionality is currently used by any business app. So the severity is set to low.
|
@ds-ext-kmassalski i was not able to reproduce the 500 anymore but still the cancelation seems to not work completely as expected. I believe not the whole order is canceled but only the first batch so the rest starts running after.
Could you please have a look? |
feat(impl):[#253] fix cancelation bug, when job has no id before save
The fix was partly successful. Cancelation during the first batch is running is done as expected. The CANCEL request affect the whole order now. Jobs in already started batched change the status to CANCELED, the batch itself get status PARTIAL. The next batches don´t even start and remain in status INITIALIZED. Cancelation after the first batch is done however is not executed as expected. Currently the rest of batches is still executed after the cancelation request. IMO we should have a look again on this @ds-ext-kmassalski. |
feat(impl):[#253] publish batch finish event only when its completed/…
feat(impl):[#253] revert hardcoded keys
…s-version feat(impl):[#253] new irs version
Description
While testing TRI-1636 an issue with cancelation of order jobs was detected.
Current behaviour
Requests for cancelation of order-jobs are mostly responsed with 500.
Expected behavior
Request for cancelation of existing order-jobs by correct order-job-id can be done successfully with desired result.
Steps to reproduce the Bug
DEV
The text was updated successfully, but these errors were encountered: