Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
Ed Ropple edited this page May 22, 2018 · 1 revision

Welcome to the TaskBotJS wiki. Here you'll find the majority of the documentation for TaskBotJS.

TaskBotJS is open-source software licensed under the GNU Lesser General Public License, Version 3.0. If you'd like to contribute, please check out the Contributing page. TaskBotJS is also available as commercial software under a rights-granted license.

User's Guide: Table of Contents

  1. Introduction
    1. A Little Background
    2. Project Goals
  2. Installation
  3. Configuration
    1. Dependency Injection
  4. Defining and Sending Jobs
    1. Scheduled Jobs
    2. Pro Feature: Safer Queueing
    3. Pro Feature: Batch Jobs/Orchestration
    4. Pro Feature: Time-Limited Jobs
    5. Enterprise Feature: Cron Jobs/Recurring Jobs
  5. Executing Jobs
    1. Well-Designed Jobs
    2. Enterprise Feature: Unique Jobs
    3. Enterprise Feature: Argument Encryption
  6. Administering TaskBotJS
    1. The Web UI
    2. Enterprise Feature: Graceful Termination
  7. Project Management
    1. Release Management