mirror of
https://github.com/block/goose.git
synced 2026-04-28 11:39:43 +00:00
docs: session isolation (#6846)
This commit is contained in:
parent
21b0178884
commit
3d4a20f5c1
2 changed files with 9 additions and 0 deletions
|
|
@ -230,6 +230,14 @@ This is just one example of what's possible. Feel free to modify your GitHub Act
|
|||
|
||||
---
|
||||
|
||||
## Running Multiple goose Instances in Parallel
|
||||
|
||||
goose supports running multiple concurrent sessions with isolated state, making it safe to run parallel jobs in your CI/CD pipeline. Each goose instance maintains its own conversation history, agent context, and extension configurations without interference.
|
||||
|
||||
This enables use cases like matrix builds across different environments or processing multiple components simultaneously.
|
||||
|
||||
---
|
||||
|
||||
## Security Considerations
|
||||
|
||||
When running goose in a CI/CD environment, keep these security practices in mind:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue