Skip to content

Commit

Permalink
Add Coiled to ignored modules for code sniffing (#7986)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin authored Jul 12, 2023
1 parent 0cac705 commit 8e0c79b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distributed/distributed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ distributed:
- cuml
- prefect
- xgboost
- coiled
erred-tasks:
max-history: 100

Expand Down Expand Up @@ -313,7 +314,7 @@ distributed:
interval: 500ms
disk: true # Monitor host-wide disk I/O
host-cpu: false # Monitor host-wide CPU usage, with very granular breakdown
gil:
gil:
enabled: true # Monitor GIL contention
interval: "1ms" # Frequency to poll GIL
event-loop: tornado
Expand Down

0 comments on commit 8e0c79b

Please sign in to comment.