Guidebook
Contact ChainUp
English
English
  • User guide
  • 📌Startup Process
    • Preparations
      • ChainUp SMS/Email Service
    • Pre-launch checklist
    • Login System
    • Overview
  • 💵Trade
    • Spot
    • Margin
    • Fiat (P2P)
    • Fiat (Third-party)
      • Banxa Config
      • Simplex Config
    • Futures
    • ETF
    • Grid
  • 💰Asset Management
    • Deposit and withdrawal
    • Internal Transfer
    • Token Rewards
    • Token Transfer
    • Account Adjustment
  • 👥User Management
    • User Management
    • User KYC
      • Platform Verification
      • Third-party Verification-Sumsub
    • VIP Levels
  • 📊Statistics
    • Spot Statistics
    • Margin Statistics
      • Loan History
      • Repayment History
      • Loan & Repayment Statistics
      • Coinpair Statistics
      • Trade Statistics
    • Operating Reports
      • Register Statistics
      • Login Statistics
      • Deposit Statistics
      • Withdrawal Statistics
      • User Transaction Statistics
      • User Position Statistics
      • User Flow Statistics
    • Financial Statements
      • Balance Sheet
      • Cash Flow Statement
      • Income Statement
  • 🏆Value-added Services
    • Spot Broker
    • Futures Broker
    • IEO(Launchpad)
    • Staking
    • Mortgage Loan
    • Copy Trading
    • Invite Reward
  • 🎪Site Config
    • Public Config
    • Web Theme Config
    • Banner
    • APP Application
    • Coinpair Config
    • App Version Update
  • 🎯Operation
    • Announcement
    • Article
    • Article Category
    • Message
    • Work Order
    • File Upload
  • 🌎Language
    • Front-end Language
    • Background Language
  • 💿System
    • Admin Mgt
      • Administrator
      • Role
      • Authority Mgt
      • Log Management
    • Basic Config
      • Multilingual Config
      • Multilingual Templates Mgt
      • KV Config
    • Automatic Task
Powered by GitBook
On this page
  • Task Settings
  • Execution log
  1. System

Automatic Task

PreviousKV Config

Last updated 2 years ago

Scheduled tasks refer to the time or frequency of execution set by the administrator, and the system will execute the specified task at the specified time. Common timed tasks include data statistics (transaction volume, user login, number of invitees), script execution (distribution of interest, rebates, release of locked tokens), etc.

Task Settings

In daily operations, the administrator only needs to ensure that the scheduled task to be used is in the open state, and does not need to modify the execution time of the scheduled task (ie, cron expression). The url of the scheduled task is very important, corresponding to the functions in the code. Modifying the url and adding an invalid scheduled task (url) system will not take effect.

If the scheduled task fails to execute normally, you can click the [Execute Now] button to operate.

Execution log

Whether the scheduled task is successfully executed, the start and end time can be viewed in the execution log, and the administrator can mainly focus on which scheduled tasks failed to execute.

💿