Version v1.x

Advanced Options

Available in

.NET Node.js Python

Advanced runtime tuning for retention, eventing, and registration behavior.

Advanced options are useful once the baseline runtime is stable and observed under real workload.

Eventing options

Use these when connecting to hosted observability or tuning ingestion behavior:

  • Eventing.TenantId
  • Eventing.ClientSecret
  • Eventing.IngestionApiBaseUrl
  • Eventing.IngestionPath
  • Eventing.IngestionMaxBatchSize
  • Eventing.IngestionMaxRequestBodyBytes
  • Eventing.IngestionMaxRetryAttempts
  • Eventing.IngestionFlushIntervalSeconds
  • Eventing.IncludeErrorDetail
  • Eventing.MaxErrorDetailLength
  • Eventing.RuntimeControlEnabled
  • Eventing.RuntimeControlSyncPath
  • Eventing.RuntimeControlSyncIntervalSeconds
  • Eventing.RuntimeControlMaxReceiptUpload
  • Eventing.RuntimeControlCommandLeaseDurationSeconds

Event ingestion is automatically enabled when both TenantId and ClientSecret are set. Runtime command sync uses the same credential pair and API base URL.

Retention options

Use these to control terminal run cleanup behavior:

  • Retention.Enabled
  • Retention.RunRetentionSeconds
  • Retention.SweepIntervalSeconds
  • Retention.DeleteBatchSize

Registration options

  • JobRegistration.AutoDiscoverJobsFromAssembly (.NET only): auto-discover public job types.
  • Recurring.RegistrationSync.*: reconcile code definitions with stored recurring records.

In Node.js, job registration is explicit in startup code; there is no assembly auto-discovery option.

Example

Guidance

  • Change advanced options intentionally and validate impact in staging.
  • Keep sensitive settings (tenant/client secret) in secure secret storage.
  • Avoid enabling verbose error detail unless required for controlled environments.