Skip to main content

4 docs tagged with "workers"

View all tags

Job Scheduling and Notifications

The job system provides asynchronous task execution with scheduling, worker management, and notification delivery. Jobs are the primary mechanism for background processing — anything from score recalculation to data imports to webhook delivery.

Worker Definitions and Workers

WRM separates the template for a worker from the running instance. A worker definition is the template; a worker is the instance. This page explains how the two relate, what each contains, and how to create custom worker definitions.

Worker Management Overview

The WRM module provides a unified way to define, configure, and manage workers across your organisation. A "worker" in Raytio is any entity that performs work — a human team member, an AI agent, or an automated service. WRM gives each worker a structured identity and tracks the resources it needs to operate.

Worker Relationship Management (WRM)

Raytio's Worker Relationship Management (WRM) module describes every worker — human or AI — and everything required to spin one up: role, template, system prompt, model stack, and toolset. WRM brings structured worker identity and resource management into the platform with the same encryption, access control, and multi-tenancy guarantees as the rest of Raytio.