ezModules
  • ezModules
  • Task Scheduler
    • Basics
    • Key Features
    • How It Works
    • Advantages of using the TaskScheduler Module
    • Usage Examples
    • Installation
  • Data Handler
    • Getting Started
    • Usage Examples
    • Installation
Powered by GitBook
On this page
  1. Task Scheduler

Key Features

Here are some of the amazing features this module provides!

  • Task Management: Create tasks with custom functions and organize them into categories or groups.

  • Priorities & Dependencies: You can set tasks to have a priority (Low, Normal, High) and also make tasks depend on other tasks.

  • Retries & Timeouts: If a task fails, it can automatically retry based on different strategies (linear, exponential, or with random delays).

  • Throttling & Rate Limits: Control how often tasks are allowed to run to avoid overloading your game.

  • Logging & Monitoring: All tasks are tracked in logs so you can see what's happening and debug issues if needed.

PreviousBasicsNextHow It Works

Last updated 8 months ago