Module autopulse::service::triggers::manual

source ·
Expand description

Manual - Manual trigger

This trigger is used to manually process a file. Often used when implementing a custom trigger

Note: A default route of /triggers/manual is provided

§Example

triggers:
  my_manual:
    type: manual

or

triggers:
  my_manual:
    type: manual
    rewrite:
      from: "/downloads/stuff"
      to: "/stuff"
    timer:
      wait: 30
    excludes: [ "ignored_target" ]

See Manual for all options and ManualQueryParams for query parameters

Structs§