Skip to main content

Cron Job Configurations

Applies to: System Administrators, DevOps

Cron Jobs are scheduled tasks that handle critical backend processes like calculating swaps, closing margin calls, and generating reports.

Viewing and Editing Cron Jobs

  1. Navigate to Product Settings > Cron Job Configs.

  2. You will see a list of all configured cron jobs with the following information:

    • ID: Unique identifier for each cron job
    • Job Name: Descriptive name of the automated task (e.g., "Lead retire")
    • Config Name: Configuration parameter name
    • Value in Seconds: The time interval or duration setting for the job
    • Is Enabled: Current activation status of the job (Yes/No)
  3. Use the Create button to add new cron job configurations.

  4. Edit existing jobs by clicking on individual entries to modify their settings and enable/disable status.

Cron Job Configurations

Monitoring Cron Job Logs

  1. Navigate to Product Settings > Cron Job Logs. Cron job logs
  2. This page shows the execution history of each job.
  3. Use it to:
    • Verify Execution: Check if a job ran successfully.
    • Troubleshoot Errors: If a job fails, the log often contains error messages.
    • Monitor Performance: See how long each job took to execute.