Skip to content
Open
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
4 changes: 2 additions & 2 deletions terraform/4_researcher/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ output "setup_instructions" {
Service URL: https://${aws_apprunner_service.researcher.service_url}

Test the researcher:
curl https://${aws_apprunner_service.researcher.service_url}/research
curl https://${aws_apprunner_service.researcher.service_url}/

${var.scheduler_enabled ? "⏰ Automated research is running every 2 hours" : "💡 To enable automated research, set scheduler_enabled = true"}

Note: You'll need to deploy your actual researcher code to App Runner.
Follow the guide for instructions on building and deploying the Docker image.
EOT
}
}