Documentation Cloud4.ai
HomeCloud ConsoleDiscord Community
  • 🌟Cloud4.ai Documentation
  • Introduction
    • Overview
    • Security
    • 💸Pricing
    • 😀Commission to Model Developers
    • Backlog
    • Enterprise
  • SDK
    • 🚩Quick Start
    • 🔐Authentication
    • ⚙️Configurations & Env Variables
    • ⭐Request
      • Execution Options
      • Execution Schedule
    • 🔗Response
    • 🔶Commands
    • 🟥Errors
  • Concept
    • Organization Structure
    • C4AI Command
    • SIC (Service Identity Code)
    • .cc4
    • 📕Glossary
  • Services
    • General Information
    • 🟨EES (Elastic Endpoint)
      • 🔶EES Commands
      • Use Cases
    • 🟨CSS Credentials Store
      • Best Practices
    • 🟨AAC (AI API Connector)
      • AAC Commands
    • 🟨AIL (AI Lambda)
    • 🟨CES (Chain Execution)
    • 🟨API Schema
    • 🟨KDB (Knowledgebase)
      • KDB Commands
    • 🟨CDB (Context Data Storage)
    • 🟨PL (Prompt Library)
      • PL Commands
    • 🟨PLPrompt (Prompt)
      • Prompt Commands
    • 🟨IDR (Intellectual Data Retrieval)
    • 🟨IDTS (Intellectual Data Transformation Service)
    • 🟨IDOS (Intellectual Data Observation Service)
    • 🟨Files
    • 🟨SJS (Scheduled Job Service )
Powered by GitBook
On this page
  • About
  • executeAt
  • executeIn
  • executeUntill

Was this helpful?

  1. SDK
  2. Request

Execution Schedule

PreviousExecution OptionsNextResponse

Last updated 1 year ago

Was this helpful?

About


The execution schedule allows you to specify when and how a request should be executed.

Execution Schedule

Property
Description

executeAt

The date when the request should be executed.

executeIn

The time in milliseconds after which the request should be executed.

executeUntil

The maximum date when the request should be executed (for AT_EASE and PRIORITIZED priorities).

executeAt


The executeAt property specifies the exact date and time for the request execution.

This property enables the definition of a desired date for request execution. It proves beneficial when expecting a delayed execution. However, the actual execution date may also depend on the request priority. In instances where the is not INSTANT, delays may occur based on the system load.

❗️Note: In case when Date is invalid or less then now the request will ignore this proprty.

executeIn


The executeIn property specifies the time delay, in milliseconds, after which the request should be executed. In scenarios where execution is expected within hours or minutes, you can utilize this alternative field.

executeUntill


The executeUntil property defines the maximum date and time for request execution, particularly relevant for AT_EASE and PRIORITIZED priorities.

❗️Note: In cases when the Date provided is't compatible with request priority the field will be ignored. For example, if the priority is AT_EASE and date is 1 minute ahead -> the default behavior of AT_EASE will be used.

⭐
priority