Skip to content

Commit 23b566b

Browse files
authored
docs(python): Add owner field examples to crons documentation (#16825)
1 parent 8985db6 commit 23b566b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/platforms/python/crons/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ monitor_config = {
3737
# It'll take `recovery_threshold` OK check-ins to resolve
3838
# an issue
3939
"recovery_threshold": 5,
40+
# Assign ownership to a team or user (format: "team:6" or "user:51")
41+
"owner": "team:6",
4042
}
4143

4244
@monitor(monitor_slug='<monitor-slug>', monitor_config=monitor_config)

0 commit comments

Comments
 (0)