DM-410: Added endpoint to set that a timeout was detected during rule execution #109

Merged
dominique.eiflaender1 merged 1 commits from DM-410 into master 2023-09-07 11:17:12 +02:00
dominique.eiflaender1 commented 2023-09-07 10:55:20 +02:00 (Migrated from gitlab.knecon.com)

Closes DM-410

Closes DM-410
dominique.eiflaender1 commented 2023-09-07 10:55:20 +02:00 (Migrated from gitlab.knecon.com)

requested review from @kilian.schuettler1, @timo.bejan.ext, @ali.oezyetimoglu1, and @andrei.isvoran.ext

requested review from @kilian.schuettler1, @timo.bejan.ext, @ali.oezyetimoglu1, and @andrei.isvoran.ext
dominique.eiflaender1 commented 2023-09-07 10:55:20 +02:00 (Migrated from gitlab.knecon.com)

assigned to @dominique.eiflaender1

assigned to @dominique.eiflaender1
timo.bejan.ext (Migrated from gitlab.knecon.com) approved these changes 2023-09-07 10:55:20 +02:00
kilian.schuettler1 (Migrated from gitlab.knecon.com) approved these changes 2023-09-07 10:55:20 +02:00
timo.bejan.ext commented 2023-09-07 11:16:43 +02:00 (Migrated from gitlab.knecon.com)

approved this merge request

approved this merge request
kilian.schuettler1 commented 2023-09-07 11:16:59 +02:00 (Migrated from gitlab.knecon.com)

approved this merge request

approved this merge request
dominique.eiflaender1 commented 2023-09-07 11:17:12 +02:00 (Migrated from gitlab.knecon.com)

mentioned in commit 261d69fa52

mentioned in commit 261d69fa52f7afbaf7d1a24ad2bd4672bd142835
dominique.eiflaender1 (Migrated from gitlab.knecon.com) merged commit 261d69fa52 into master 2023-09-07 11:17:12 +02:00
kresnadi.budisantoso commented 2023-09-07 11:50:59 +02:00 (Migrated from gitlab.knecon.com)
    private static final String RULE_TIMEOUT_DETECTED_MESSAGE = "A timout (possible endless loop) was detected while processing the rules for dossierTemplateId %s";
```suggestion:-0+0 private static final String RULE_TIMEOUT_DETECTED_MESSAGE = "A timout (possible endless loop) was detected while processing the rules for dossierTemplateId %s"; ```
kresnadi.budisantoso commented 2023-09-07 11:56:15 +02:00 (Migrated from gitlab.knecon.com)
    @Schema(description = "Poorly constructed rules may result in timeouts or infinite loops during execution. The system is designed to detect such issues and will consequently reject any analysis requests associated with the problematic rules. This flag serves as an indicator that a timeout has occurred, necessitating a review and correction of the rules in question.")

Hab mal GPT-4 gefragt, wie man das anders formulieren kann ;)

```suggestion:-0+0 @Schema(description = "Poorly constructed rules may result in timeouts or infinite loops during execution. The system is designed to detect such issues and will consequently reject any analysis requests associated with the problematic rules. This flag serves as an indicator that a timeout has occurred, necessitating a review and correction of the rules in question.") ``` Hab mal GPT-4 gefragt, wie man das anders formulieren kann ;)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Marmelator/persistence-service#109
No description provided.