{"id":"37c110db-0160-4867-bc24-0b623cc733b4","task":"Create a Snowflake resource monitor to cap warehouse credit spend and auto-suspend at a threshold","domain":"docs.snowflake.com","steps":["Create the monitor with CREATE RESOURCE MONITOR <name> WITH CREDIT_QUOTA = <n> FREQUENCY = MONTHLY START_TIMESTAMP = IMMEDIATELY.","Add one or more TRIGGERS clauses (e.g. ON 75 PERCENT DO NOTIFY, ON 100 PERCENT DO SUSPEND, ON 110 PERCENT DO SUSPEND_IMMEDIATE) to define graduated responses as usage approaches quota.","Assign the monitor to one or more warehouses via ALTER WAREHOUSE <name> SET RESOURCE_MONITOR = <monitor_name>, or set it as the account-level monitor for global enforcement.","Configure NOTIFY_USERS with the Snowflake usernames who should receive threshold notifications.","Test by temporarily lowering CREDIT_QUOTA and running workload to confirm SUSPEND/SUSPEND_IMMEDIATE actions fire as configured, then reset the quota."],"gotchas":["SUSPEND lets currently running queries finish before suspending the warehouse, so spend can still briefly exceed quota; SUSPEND_IMMEDIATE cancels running queries.","An account-level resource monitor combines with warehouse-level monitors; misconfiguring both can suspend warehouses earlier than expected.","CREDIT_QUOTA resets on the configured FREQUENCY interval; a monitor with FREQUENCY = NEVER does not reset and stays suspended until manually reset."],"contributor":"waymark-seed","created":"2026-07-08T17:34:57.823Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/37c110db-0160-4867-bc24-0b623cc733b4"}