Skip to content

Commit

Permalink
Add commennt about aws sqs message size limit
Browse files Browse the repository at this point in the history
Signed-off-by: Wonyeong Choi <[email protected]>
  • Loading branch information
Wonong committed Mar 4, 2021
1 parent c64521d commit 5d31350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions databuilder/publisher/aws_sqs_csv_publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class AWSSQSCsvPublisher(Publisher):
A Publisher takes two folders for input and publishes it as message to AWS SQS.
One folder will contain CSV file(s) for Node where the other folder will contain CSV file(s) for Relationship.
If the target AWS SQS Queue does not use content based deduplication, Message ID should be defined.
Single message size is limited to 250 KB. if one message size is larger than that, error logs will be printed.
"""

def __init__(self) -> None:
Expand Down

0 comments on commit 5d31350

Please sign in to comment.