Commit a8934657 authored by Can Eldem's avatar Can Eldem Committed by Peter Leitzen

Add code comment for future refactoring

parent ea2ce3eb
......@@ -8,6 +8,8 @@ module AlertManagement
MONITORING_TOOL = Gitlab::AlertManagement::Payload::MONITORING_TOOLS.fetch(:cilium)
# Users of this service need to check the agent token before calling `execute`.
# https://gitlab.com/gitlab-org/gitlab/-/issues/292707 will handle token within the service.
def execute
return bad_request unless valid_payload_size?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment