You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
job.fail({
errorMessage: 'Triggering a retry with a thirty second back-off',
retryBackOff: 30000,
retries: 3,
})
which as per the documentation the retries should stay at 3 as I am providing a value. However, after running such code the retries go down to 0 and an incident is created.
Current Behavior
Retries get reduced to zero and an incident is created. Instead I would expect the retries to stay at 3.
The text was updated successfully, but these errors were encountered:
patozgg
changed the title
Worker job fail command reduces retries to 0 even when indicating 1
Worker job fail command reduces retries to 0 even when indicating 3
May 26, 2023
Issue tracker is ONLY used for reporting bugs. New features and questions should be discussed on our slack channel.
Expected Behavior
I am using the following command in my worker (https://github.com/camunda-community-hub/zeebe-client-node-js#connection-behaviour)
which as per the documentation the retries should stay at 3 as I am providing a value. However, after running such code the retries go down to 0 and an incident is created.
Current Behavior
Retries get reduced to zero and an incident is created. Instead I would expect the retries to stay at 3.
Possible Solution
Steps to Reproduce
Context (Environment)
I am using version 8.2.3 of https://github.com/camunda-community-hub/zeebe-client-node-js#connection-behaviour and version 8.2.5 of Camunda 8.
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: