We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8985db6 commit 23b566bCopy full SHA for 23b566b
1 file changed
docs/platforms/python/crons/index.mdx
@@ -37,6 +37,8 @@ monitor_config = {
37
# It'll take `recovery_threshold` OK check-ins to resolve
38
# an issue
39
"recovery_threshold": 5,
40
+ # Assign ownership to a team or user (format: "team:6" or "user:51")
41
+ "owner": "team:6",
42
}
43
44
@monitor(monitor_slug='<monitor-slug>', monitor_config=monitor_config)
0 commit comments