Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 988 Bytes

File metadata and controls

23 lines (14 loc) · 988 Bytes

Docs

APIs

  • Web API. Complete description of all endpoints.

Flows

Components

  • Jobs. Behaviors that either get triggered by a message, or auto-triggered by the scheduler.
  • Triggers. Any file-indexing is handled by Triggers, which watch for changes to specific paths and archives, then queue jobs automatically when a change is detected.
  • Locks. Locks are used internally to create regions of async code that will only be entered one at a time.

Schemas