1. 1. What is Jobly
  2. 2. Installation
  3. 3. Usage
    ❱
    1. 3.1. Quick Start
    2. 3.2. Server Side
      ❱
      1. 3.2.1. Dashboard and API Server
      2. 3.2.2. Worker
    3. 3.3. Client Side
      ❱
      1. 3.3.1. Running Jobs with the CLI
      2. 3.3.2. Running Jobs with the API
  4. 4. Building Jobs
    ❱
    1. 4.1. Scaffolding
    2. 4.2. The Job Class
    3. 4.3. Job Options
    4. 4.4. Job Callbacks
    5. 4.5. Solo Jobs
    6. 4.6. Isolated Jobs
    7. 4.7. Storing Arbitrary Data with Redis
    8. 4.8. Running Shell Commands
    9. 4.9. Loading Additional Code
  5. 5. Logging, Notifications and Status
    ❱
    1. 5.1. Logging
    2. 5.2. Reporting Job Progress
    3. 5.3. Sending Slack Notifications
  6. 6. Configuration
    ❱
    1. 6.1. Jobly Configuration
    2. 6.2. Worker Configuration
    3. 6.3. Custom Settings
    4. 6.4. Workspace Info
  7. 7. Examples
    ❱
    1. 7.1. Basic Example
    2. 7.2. Job Callbacks Example
    3. 7.3. Docker Compose Example
    4. 7.4. Job in Job Example
    5. 7.5. Namespaces Example
    6. 7.6. Options and Errors Example
    7. 7.7. Slack Notifications Example
    8. 7.8. Syslog Example
    9. 7.9. Worker Config Example
    10. 7.10. Solo Job Example
    11. 7.11. Settings Example
    12. 7.12. Data Store Example
    13. 7.13. Custom Rack Mount Example
    14. 7.14. Basic Auth Example
    15. 7.15. GitHub Integration Example

Jobly Documentation

Configuration

  • Jobly Configuration
  • Worker Configuration
  • Custom Settings
  • Workspace Info