Skip to content

fix: add dns cache for tasks #3736

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

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from
Draft

fix: add dns cache for tasks #3736

wants to merge 2 commits into from

Conversation

Meierschlumpf
Copy link
Member


Homarr

Thank you for your contribution. Please ensure that your pull request meets the following pull request:

  • Builds without warnings or errors (pnpm build, autofix with pnpm format:fix)
  • Pull request targets dev branch
  • Commits follow the conventional commits guideline
  • No shorthand variable names are used (eg. x, y, i or any abbrevation)
  • Documentation is up to date. Create a pull request here.

Depends on jellyseerr/dns-caching#3 to remove the patch
Closes #1141

@Meierschlumpf Meierschlumpf self-assigned this Aug 2, 2025
@Meierschlumpf Meierschlumpf added the bug Something isn't working label Aug 2, 2025
Copy link
Contributor

deepsource-io bot commented Aug 2, 2025

Here's the code health analysis summary for commits 2465676..5ad0e79. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

github-actions bot commented Aug 2, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 22.58% 12135 / 53728
🔵 Statements 22.58% 12135 / 53728
🔵 Functions 29.33% 511 / 1742
🔵 Branches 65.18% 1393 / 2137
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/tasks/src/main.ts 0% 0% 0% 0% 1-45
apps/tasks/src/overrides.ts 0% 0% 0% 0% 1-17
Generated in workflow #7638 for commit 5ad0e79 by the Vitest Coverage Report Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: dns requests are not cached
1 participant