-
Notifications
You must be signed in to change notification settings - Fork 11
docs(cloud): add Stopped Instances terms to Startup tier #508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+9
−0
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🔴 Critical
🧩 Analysis chain
🌐 Web query:
FalkorDB startup tier stopped instance removal policy 14 days💡 Result:
FalkorDB has been actively developing a policy to address the management of stopped production (PROD) instances, specifically to prevent incurring storage costs for inactive resources [1]. As of June 2026, work is underway to implement a policy where instances that remain in a stopped state for 14 days will be automatically deleted [1]. Key details regarding this initiative include: * Policy Objective: The policy aims to remove stopped production instances that are no longer in use, as the platform retains their storage volumes and currently does not charge customers for this inactive storage [1]. * Implementation Status: As of mid-June 2026, the implementation of this automated deletion job is pending a fix from the underlying infrastructure provider (Omnistrate) [1]. * Data Preservation: The proposed plan includes storing snapshots of these deleted instances for an additional 30 days to allow for potential data recovery if required [1]. * Comparison with Free Tier: This differs from the existing policy for the Free Tier, where instances that are not utilized for 1 day are stopped and then automatically deleted after 7 days of inactivity [2]. For users of the Startup or other production tiers, it is advised to monitor official announcements or documentation updates regarding the final activation of this 14-day deletion job [1].
Citations:
Correct snapshot retention period from 14 days to 30 days.
Line 60 contains an inaccuracy. The snapshot retention policy specifies 30 days for snapshot retention after instance removal, not 14 days. Update to: "Once an instance is removed we keep a snapshot for an additional 30 days."
The 14-day removal period for stopped instances (line 57) is accurate and aligns with current policy.
🤖 Prompt for AI Agents