For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deployment

This section covers what has to be true of the environment a Talon service starts in, as distinct from operating it once it is running.

Overview

Most deployment concerns are handled by the platform without configuration. The topics here are the ones where a choice has to be made, usually because several instances share something, or because a step has to happen before the process starts rather than during it.

Deployment Topics

  • Native Libraries - How the platform's bundled native libraries are extracted to disk, sharing an extraction directory between instances, extracting ahead of time, and diagnosing a library that fails to load

Last updated