Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: graceful shutdown 설정 #214

Merged
merged 1 commit into from
Jan 13, 2024
Merged

feat: graceful shutdown 설정 #214

merged 1 commit into from
Jan 13, 2024

Conversation

shin-mallang
Copy link
Member

@shin-mallang shin-mallang linked an issue Jan 13, 2024 that may be closed by this pull request
2 tasks
@shin-mallang shin-mallang self-assigned this Jan 13, 2024
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

Test Results

300 files  ±0  300 suites  ±0   1m 0s ⏱️ -2s
806 tests ±0  805 ✅ ±0  1 💤 ±0  0 ❌ ±0 
841 runs  ±0  840 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit 4b3faa6. ± Comparison against base commit 90322a2.

This pull request removes 14 and adds 2 tests. Note that renamed tests count towards both.

          Shin._.Mallang
        title-value
    </title>
    <meta property="og:title" content="Shin._.Mallang"/>
    <title>
    HI
 </head>
</body>
</html>
…
com.mallang.reference.infrastructure.jsoup.JsoupUrlTitleMetaInfoFetcherTest ‑ [1] html=<!DOCTYPE html>
<head>
    <title>
          Shin._.Mallang
    </title>
 </head>

<body>
    HI
</body>

</html>

com.mallang.reference.infrastructure.jsoup.JsoupUrlTitleMetaInfoFetcherTest ‑ [2] html=<!DOCTYPE html>
<head>
    <title>
        title-value
    </title>
    <meta property="og:title" content="Shin._.Mallang"/>
 </head>

<body>
    HI
</body>

</html>

@shin-mallang shin-mallang merged commit 07b529a into main Jan 13, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[🚀 feature] graceful shutdown
1 participant