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
Is your feature request related to a problem? Please describe.
In #2752 we fixed an issue so that the fhir-bucket process will exit when it fails (previously it would hang under particular conditions).
However, as implemented, it will always exit with a status code of 0 (success).
For use from kubernetes jobs, it would be nice if it exited with a non-zero exit code.
Describe the solution you'd like
If we know we're exiting without completing the reindex, throw an exception to exit the program.
Describe alternatives you've considered
Rely on processing the output to determine if the reindex completed with success or not.
Acceptance Criteria
GIVEN [a precondition]
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In #2752 we fixed an issue so that the fhir-bucket process will exit when it fails (previously it would hang under particular conditions).
However, as implemented, it will always exit with a status code of 0 (success).
For use from kubernetes jobs, it would be nice if it exited with a non-zero exit code.
Describe the solution you'd like
If we know we're exiting without completing the reindex, throw an exception to exit the program.
Describe alternatives you've considered
Rely on processing the output to determine if the reindex completed with success or not.
Acceptance Criteria
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: