jeevi cao

Results 7 issues of jeevi cao

protected $sendTimeoutSec = 0; /** * Send timeout in microseconds. * * @var int */ protected $sendTimeoutUsec = 100000; /** * Recv timeout in seconds * * @var int */...

"lcobucci/clock": "^1.0", 这个包最新版都需要 php 7.2了 作者用的不太严谨 我在7.1的环境上安装不了

fix agent memory n_messages ==0 not use memory message but n_messages use default value 100 next, when n_messages ==0 not retrieve memory component or db

bug
size:S
lgtm

this feature use a global variable cache example flows not every time read from db。

enhancement
size:S
lgtm

### bug description use Runflow component in workflow or tool model exception below: ![WeChat044a0e6e07ba31bc9107d2be77858e85](https://github.com/user-attachments/assets/f0cf2d1c-4f92-4b29-be0e-96917bb7c501) ### Related code: ``` _base_outputs: list[Output] = [ Output(name="flow_outputs_data", display_name="Flow Data Output", method="data_output", hidden=True), Output( name="flow_outputs_dataframe",...

bug
size:S

This is a new feature solve redeploy and server process restart that during the setup it initialize database and initialize starter projects。 this can cause restart very slow even initialize。...

enhancement
size:L
lgtm

this feature DatabaseService create postgresql engine set default utc timezone add code: ``` # For PostgreSQL, set the timezone to UTC if settings.database_url and settings.database_url.startswith("postgresql"): return {"options": "-c timezone=utc"} ```

enhancement
size:XS