Skip to content

Missing trigger_settings request body field in /api/v3/configure/processing_engine_trigger #6610

@jstirnaman

Description

@jstirnaman
  1. Add the required trigger_settings field.

The trigger_settings parameter was added in commit c930d9eef8 on
March 4, 2025 in PR #26086:
"feat(processing_engine): error handling for triggers."

It replaced the previous flags: Vec field in
ProcessingEngineTriggerCreateRequest.

The TriggerSettings struct contains:

  • run_async: bool - Whether to run the trigger asynchronously
  • error_behavior: ErrorBehavior - How to handle errors (Log, Retry,
    or Disable)
  1. Fix docs audit script in influxdata/docs-tooling

Originally posted by @jstirnaman in #1942

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions