julep-ai / julep

A new DSL and server for AI agents and multi-step tasks
https://julep.ai
Apache License 2.0
4.13k stars 903 forks source link

fix(scheduler): Hotfix for config values #903

Closed Ahmad-mtos closed 3 days ago

Ahmad-mtos commented 3 days ago

[!IMPORTANT] Fix configuration values in temporal-postgres.yaml by replacing expressions with evaluated integers.

  • Configuration Changes:
    • In temporal-postgres.yaml, change limit.blobSize.error value from 4*1024*1024 to 4194304.
    • Change limit.historySize.error value from 100*1024*1024 to 104857600.
    • Change limit.historyCount.error value from 100*1024 to 102400.

This description was created by Ellipsis for 4a9080fa1aaf073889bfd7b247ab4e680361a5ee. It will automatically update as commits are pushed.