Skip to content

docs: cron keepalive best practice (avoid nested quoting)#167

Open
Golden-Koi wants to merge 1 commit intoEvoMap:mainfrom
Golden-Koi:docs/a2a-heartbeat-quoting
Open

docs: cron keepalive best practice (avoid nested quoting)#167
Golden-Koi wants to merge 1 commit intoEvoMap:mainfrom
Golden-Koi:docs/a2a-heartbeat-quoting

Conversation

@Golden-Koi
Copy link

Adds a short best-practice note for running keepalive/ticks via cron/agent runners.

Main point: prefer a single simple command with minimal quoting (e.g. bash -lc 'node index.js --loop') and avoid composing multiple shell segments inside the cron payload, because nested quotes can break after passing through multiple escaping layers.

Refs: #166

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant