Skip to content
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

feat: run pushed monitors locally in dry-run mode #991

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

vigneshshanmugam
Copy link
Member

@vigneshshanmugam vigneshshanmugam commented Dec 19, 2024

Screenshot 2024-12-19 at 4 17 52 PM

@vigneshshanmugam vigneshshanmugam marked this pull request as ready for review December 19, 2024 23:41
@@ -106,7 +126,6 @@ export async function push(monitors: Monitor[], options: PushOptions) {
}

if (removedIDs.size > 0) {
log(`deleting monitor ids: ${Array.from(removedIDs.keys()).join(', ')}`);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

covered by the logGroups

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.

enable/document local testing using
1 participant