-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Implementation Details
- Use the ping task from Mu; can initially reside in
app.py. - Attach a thread from Lambda’s outer shell to the function so it can be referenced later.
- Query all due monitors at
next_due_at. - Implement a secondary partition key and a secondary sort key (
next_due_at) for efficient queries. - Each monitor should trigger
run_checkvia concurrent Lambda calls. - All functionality must be tested with Moto; no direct AWS deployment yet.
- Refer to
architecture.mdfor implementation guidance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request