Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/spaceone/monitoring/service/event_rule_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ def _check_recursive_actions(
)
raise ERROR_INVALID_PARAMETER(
key="actions.change_project",
reason=f"The {change_project_id} in the action should be different from the project_id in the event rule.",
reason=f"To avoid an infinite loop, the change_project_id({change_project_id}) in the action must differ from the project_id in the event rule.",
)

visited_project_ids.append(change_project_id)
Expand Down
Loading