feat: implement Redis and Valkey schedule stores, add SREM method to … - #646
Draft
induwara-yaala wants to merge 20 commits into
Draft
feat: implement Redis and Valkey schedule stores, add SREM method to …#646induwara-yaala wants to merge 20 commits into
induwara-yaala wants to merge 20 commits into
Conversation
…g denormalized attributes
…der and related tests
…duler and DynamoDB integration
induwara-yaala
force-pushed
the
feature/629-schedule-eventbridge-terraform
branch
from
August 20, 2026 03:58
0fb0857 to
618ea1d
Compare
… scheduling and DynamoDB stores
…cron-based scheduling
…on for cron-based scheduling
…ntService` for improved modularity and cohesion
…n for cron-based scheduling
…t unbounded growth and optimize memory usage
…der-transport pairing checks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds distributed Redis/Valkey/DynamoDB schedule stores and an EventBridge provider for production-grade recurring and deferred triggers, replacing the single-process in-memory/local-thread setup. Wires the capability into both AWS Terraform stacks (containerized and serverless) with the required IAM, DynamoDB, and EventBridge resources, and syncs docs/skills to match.
Type of Change
Changes Made
This closes out the scheduling capability with its distributed backends and infrastructure. It adds Redis, Valkey, and DynamoDB implementations of ScheduleStore alongside an EventBridge ScheduleProvider (cron translation, SQS target wiring, idempotent delete, error mapping), so schedules can run on shared infrastructure rather than a single process. It then wires all of this into the containerized and serverless AWS Terraform stacks schedule group, execution role, DynamoDB table, IAM pairs, flag-gated env injection and syncs the affected docs and dev skills so they reflect the shipped feature.
Testing
Checklist