Skip to content

Pre-GA Design Partner and Early Access only. Request access

Helix Docs
v0.89.0 SDK

The schedule retry flag is gone

ctx.trigger.isRetry has been removed rather than kept as a value the platform cannot populate honestly. Schedule handlers must be idempotent.

npm install @trayai/helix-sdk@0.89.0
View as Markdown

What matters in this release

Removed

ctx.trigger.isRetry for scheduled functions

The flag was reserved and always false. Nothing in the payload marks an execution as a retry, so rather than promise a boolean that cannot be populated honestly, the contract now states retry-once semantics and requires idempotent handlers. The field is still accepted and ignored, so anything built against an older version keeps working.

Read the docs →

All releases

Loading search…

Jump to a section

tab to move · esc to close