Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jakekaplan committed Jul 25, 2024
1 parent f28d4bc commit 42bd902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/server/events/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async def process_messages(self, messages: List[MemoryMessage]):
async def process_message(self, message: MemoryMessage):
"""Process a single event message"""

# All event stream consumers should be added here
# TODO: Investigate if we want to include triggers/actions etc.
async with task_run_recorder.consumer() as handler:
await handler(message)

Expand Down

0 comments on commit 42bd902

Please sign in to comment.