Skip to content

Commit 78553e1

Browse files
committed
Delete section presenting sandbox error message
1 parent 6e43792 commit 78553e1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -952,15 +952,6 @@ through all modules whose calls will be deterministic.** In particular, this adv
952952
activities to be referenced in workflows, and modules containing dataclasses and Pydantic models, which can be
953953
particularly expensive to import. See "Passthrough Modules" below on how to do this.
954954

955-
If you are getting an error like:
956-
957-
> temporalio.worker.workflow_sandbox._restrictions.RestrictedWorkflowAccessError: Cannot access
958-
> http.client.IncompleteRead.\_\_mro_entries\_\_ from inside a workflow. If this is code from a module not used in a
959-
> workflow or known to only be used deterministically from a workflow, mark the import as pass through.
960-
961-
Then either:
962-
- [Most commonly] This is from a module that is safe to pass through (see "Passthrough Modules" section below).
963-
- You're using an invalid construct from the workflow (this is a known limitation of the sandbox).
964955

965956
##### How the Sandbox Works
966957

0 commit comments

Comments
 (0)