fix(agents-api): Fix blob store, ifelse branch, temporal postgres #882
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Important
Fixes blob store handling, improves retry logic, and updates configurations for agents API, memory store, and scheduler.
execute_system.py
, added logic to load arguments from blob store if they containbucket
andkey
.storage_handler.py
, updatedload_from_blob_store_if_remote()
to handle dicts withbucket
andkey
.models/utils.py
, increased retry attempts from 2 to 4 inis_resource_busy()
.cozo_query()
to check bothe
ande.resp
for 'busy' status.helpers.py
, modifiedexecute_if_else_branch()
to handleNone
else_branch by setting a defaultEvaluateStep
.memory-store/docker-compose.yml
, addeddevelop
section for file watching and rebuild actions.memory-store/options
, increasedmax_background_jobs
to 32 andmax_subcompactions
to 8.scheduler/docker-compose.yml
, settemporal-db-data
volume to external.This description was created by for fa011a9. It will automatically update as commits are pushed.