About 50 results
Open links in new tab
  1. Welcome to the Trigger.dev docs - Trigger.dev

    What is Trigger.dev? Trigger.dev is an open source background jobs framework that lets you write reliable workflows in plain async code. Run long-running AI tasks, handle complex background jobs, …

  2. Introduction - Trigger.dev

    The Trigger.dev CLI has a number of options and commands to help you develop locally, self host, and deploy your tasks.

  3. MCP Introduction - Trigger.dev

    What is the Trigger.dev MCP Server? The Trigger.dev MCP (Model Context Protocol) Server enables AI assistants to interact directly with your Trigger.dev projects. It provides a comprehensive set of tools …

  4. Frameworks, guides and examples - Trigger.dev

    A growing list of guides and examples to get the most out of Trigger.dev.

  5. How it works - Trigger.dev

    Introduction Trigger.dev v3 allows you to integrate long-running async tasks into your application and run them in the background. This allows you to offload tasks that take a long time to complete, such …

  6. Quick start: add Trigger.dev to your project

    Set up Trigger.dev in your existing project in under 3 minutes. Install the SDK, create your first background task, and trigger it from your code.

  7. Writing tasks: Overview - Trigger.dev

    Before digging deeper into the details of writing tasks, you should read the fundamentals of tasks to understand what tasks are and how they work.

  8. Testing - Trigger.dev

    Documentation Resources for Trigger.dev Getting started Introduction Quick start Manual setup Video walkthrough

  9. Overview - Trigger.dev

    Give your AI assistant direct access to Trigger.dev tools — search docs, trigger tasks, deploy projects, and monitor runs. Works with Claude Code, Cursor, Windsurf, VS Code (Copilot), and Zed.

  10. trigger.dev

    - [Introduction](https://trigger.dev/docs/cli-introduction.md): The Trigger.dev CLI has a number of options and commands to help you develop locally, self host, and deploy your tasks.

  11. Rate limiter - Trigger.dev

    A rate limiter for Trigger.dev. This is a community developed package from @ian that uses Redis to rate limit Trigger.dev tasks. View the repo