Skip to content

Commit

Permalink
dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernstein committed May 8, 2024
1 parent e854cd0 commit 7eb7ee1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/tasks/process_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ def process_file_streaming(self, agent: Agent, parent_job_id: str):
agent.environment.kafka_input_topic = get_input_topic(parent_job_id)
agent.environment.kafka_output_topic = get_output_topic(parent_job_id)

# import time
# time.sleep(5)

# Run the agent
asyncio.run(agent.arun())

Expand Down

0 comments on commit 7eb7ee1

Please sign in to comment.