Skip to content

Commit

Permalink
docs: add info about storage auto-delete
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPokorny committed Oct 23, 2024
1 parent 441658a commit e069a3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ For a production setup, ensure that you have the following:
- A service account, bound to the pod where `bee-code-interpreter` is running, with permissions to manage pods in the namespace it is configured to use.
- The cluster must have the executor image available (either from a registry, or built from `./executor` in this repo).
- You may check the health of the local service using `python -m code_interpreter.health_check`.
- The shared folder with file objects should be periodically cleaned of old objects. The objects are identified by random ids and may be removed as soon as the consumer is done downloading them. If the objects are shared through a S3 bucket, we recommend setting up an auto-deletion policy.

---

Expand Down

0 comments on commit e069a3d

Please sign in to comment.