Skip to content

Add sqs handler and entrypoint#76

Draft
ian-noaa wants to merge 8 commits into
add-s3-storage-providerfrom
add-sqs-handler-and-entrypoint
Draft

Add sqs handler and entrypoint#76
ian-noaa wants to merge 8 commits into
add-s3-storage-providerfrom
add-sqs-handler-and-entrypoint

Conversation

@ian-noaa

Copy link
Copy Markdown
Collaborator

No description provided.

@ian-noaa ian-noaa self-assigned this Jun 24, 2026
@ian-noaa ian-noaa linked an issue Jun 25, 2026 that may be closed by this pull request
@ian-noaa ian-noaa force-pushed the add-s3-storage-provider branch from 178fdfe to 045d1f6 Compare June 25, 2026 22:02
@ian-noaa ian-noaa force-pushed the add-sqs-handler-and-entrypoint branch 2 times, most recently from acfaf66 to 2311662 Compare June 25, 2026 22:05
@ian-noaa ian-noaa force-pushed the add-sqs-handler-and-entrypoint branch from 2311662 to 001cc58 Compare June 30, 2026 18:18
ian-noaa added 6 commits July 1, 2026 12:12
By default, SQS messages are allowed 30 seconds of processing before
SQS makes them visible for other clients to attempt to handle. Check
the configured SQS queue timeout, and extend appropriately if we're
still processing the tarball. These tarballs can be arbitrary sizes so
it's hard to tell what a good static timeout would be.
We only want to respond to "ObjectCreated" type events, so filter for
those and ignore other event types.
The metstat2json entrypoint is more of a CLI so is most likely to be
used as a binary anyways
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update METjson2db to react to events

1 participant