mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
save a random port number
This commit is contained in:
parent
45026b402f
commit
5a995c8443
2 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ GOOGLE_SOLAR_API_KEY="test"
|
|||
DB_HOST="test"
|
||||
DB_PASSWORD="test"
|
||||
DB_USERNAME="test"
|
||||
DB_PORT="test"
|
||||
DB_PORT="5432"
|
||||
DB_NAME="test"
|
||||
SAP_PREDICTIONS_BUCKET="test"
|
||||
CARBON_PREDICTIONS_BUCKET="test"
|
||||
|
|
|
|||
|
|
@ -146,8 +146,8 @@ def handler(event, context):
|
|||
|
||||
# Example SQS message for testing (copy and paste into SQS):
|
||||
# {
|
||||
# "task_id": "e31f2f21-175b-4a91-a3ec-a6baa325e917",
|
||||
# "s3_uri": "https://337213553626-7ovirzjr.eu-west-2.console.aws.amazon.com/s3/object/retrofit-data-dev?region=eu-west-2&prefix=ara_raw_inputs/peabody/2025_11_11+-+Peabody+-+Data+Extracts+for+Domna_transformed.csv"
|
||||
# "task_id": "e31f2f21-175b-4a91-a3ec-a6baa325e917",
|
||||
# "s3_uri": "https://337213553626-7ovirzjr.eu-west-2.console.aws.amazon.com/s3/object/retrofit-data-dev?region=eu-west-2&prefix=ara_raw_inputs/peabody/2025_11_11+-+Peabody+-+Data+Extracts+for+Domna_transformed.csv",
|
||||
# }
|
||||
|
||||
# Handle both single event and batch events (SQS, etc.)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue