[PR #310] [MERGED] Add documentation for handling blocking code in workflows #314

Closed
opened 2026-02-16 02:17:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/310
Author: @adrianlyjak
Created: 1/27/2026
Status: Merged
Merged: 1/27/2026
Merged by: @adrianlyjak

Base: mainHead: claude/blocking-code-docs-rFqwe


📝 Commits (3)

  • 2b887f8 docs: add guide for handling blocking code in workflows
  • bf9c23d reframe to async
  • faea5b1 docs: link to async Python overview from async workflows guide

📊 Changes

1 file changed (+149 additions, -0 deletions)

View changed files

docs/src/content/docs/llamaagents/workflows/async_workflows.md (+149 -0)

📄 Description

Add docs lightly describing how the asyncio runtime works, and how to avoid footguns from synchronous blocking operations


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-py/pull/310 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `claude/blocking-code-docs-rFqwe` --- ### 📝 Commits (3) - [`2b887f8`](https://github.com/run-llama/workflows-py/commit/2b887f8745f97bfa26690c85543c6bf4ba7f033c) docs: add guide for handling blocking code in workflows - [`bf9c23d`](https://github.com/run-llama/workflows-py/commit/bf9c23d7d54cfd71fda3046ced03d540f7486bd3) reframe to async - [`faea5b1`](https://github.com/run-llama/workflows-py/commit/faea5b1d7bfc6452f45716a6b23b030ff78ef873) docs: link to async Python overview from async workflows guide ### 📊 Changes **1 file changed** (+149 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/src/content/docs/llamaagents/workflows/async_workflows.md` (+149 -0) </details> ### 📄 Description Add docs lightly describing how the asyncio runtime works, and how to avoid footguns from synchronous blocking operations --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:17:12 -05:00
yindo closed this issue 2026-02-16 02:17:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#314