Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit40a6367

Browse files
authored
chore: update CLAUDE.md to discourage time.Sleep (#18967)
1 parent6d33591 commit40a6367

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎CLAUDE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ app, err := api.Database.GetOAuth2ProviderAppByClientID(ctx, clientID)
107107
- Full suite:`./scripts/oauth2/test-mcp-oauth2.sh`
108108
- Manual testing:`./scripts/oauth2/test-manual-flow.sh`
109109

110+
###Timing Issues
111+
112+
NEVER use`time.Sleep` to mitigate timing issues. If an issue
113+
seems like it should use`time.Sleep`, read throughhttps://github.com/coder/quartz and specifically the[README](https://github.com/coder/quartz/blob/main/README.md) to better understand how to handle timing issues.
114+
110115
##🎯 Code Style
111116

112117
###Detailed guidelines in imported WORKFLOWS.md

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp