Skip to content

feat(graph_engine): yield control to other threads before node run. #17689

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

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

laipz8200
Copy link
Member

Summary

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Tip

Close issue syntax: Fixes #<issue number> or Resolves #<issue number>, see documentation for more details.

Screenshots

Before After
... ...

Checklist

Important

Please review the checklist below before submitting your pull request.

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. 🌊 feat:workflow Workflow related stuff. labels Apr 9, 2025
@laipz8200 laipz8200 mentioned this pull request Apr 9, 2025
2 tasks
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Apr 9, 2025
@laipz8200 laipz8200 merged commit ec29bcf into main Apr 9, 2025
9 checks passed
@laipz8200 laipz8200 deleted the feat/yield-control-to-other-thread-before-node-run branch April 9, 2025 09:02
Scorpion1221 added a commit to yybht155/dify that referenced this pull request Apr 15, 2025
* commit '2c2efe2e1e46751206dfa5972790cef6ad31a93f': (169 commits)
  chore(*): bump version to 1.2.0 (langgenius#17675)
  feat(graph_engine): yield control to other threads before node run. (langgenius#17689)
  chore: find code with high complexity (langgenius#17679)
  Chore: remove beta tag of app type (langgenius#17676)
  fix: Account.query => db.session.query(Account) (langgenius#17667)
  feat: add plugin daemon oss env config (langgenius#17663)
  chore: add script for running mypy type checks and speed up mypy checks in CI jobs (langgenius#17489)
  optimize: docker-compose.middleware.yaml update env_file dependence (langgenius#17646)
  chore: add `'no-empty-function': 'error'` to `eslint.config.mjs` (langgenius#17656)
  Fix Performance Issues:  (langgenius#17083)
  Accelerate migration (langgenius#17088)
  chore: bump Nodejs in web image from 20 to 22 LTS (langgenius#13341)
  Fixed the model-modal titles not being clearly distinguished between "Add" and "Setup" (langgenius#17634)
  feat: enhance index type handling and add error notification for missing embedding model (langgenius#16836)
  chore: bump pnpm to v10 in web dockerfile (langgenius#17611)
  chore: add unit test to high frequency hooks (langgenius#17617)
  fix(transport): add missing verify parameter to httpx.HTTPTransport (langgenius#17612)
  fix: Sass @import warning (langgenius#17604)
  fix: Extract docx file fails when the file contains an invalid link (langgenius#17576)
  fix: segment keywords bug (langgenius#17599)
  ...

# Conflicts:
#	api/poetry.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌊 feat:workflow Workflow related stuff. lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants