Batch jobs

This module is used for displaying all batch jobs, ie, using prompts (suggesting topics, etc.) and reruns.

On-screen elements:

  • Refresh: button

  • Table options:

    • Columns: button with a dropdown menu with options to display or hide columns in the table, as per the selection

    • Filters: button for displaying a floating window with options below for creating filtering conditions:

      • Columns: dropdown menu displaying all available columns

      • Operator: dropdown menu displaying all possible operators

      • Value: input field for specifying a value based on which to filter

    • Density: button with a dropdown menu with text size display options of the rows from smallest to biggest: "Compact", "Standard", "Comfortable"

  • Table columns:

    • Id: column displaying cron job id

    • Created At: column displaying the date and time of the cron job initiation

    • Uploaded At: column displaying the date and time of the file upload

    • Operation: column displaying the name of the cron job operation

    • Status: column displaying whether the status is "??" or "Done" state

    • Triggered by: column displaying an email address of the initiator of the operation

    • Processed: column displaying the number of audio records that are processed

    • Total: column displaying the total number of audio records that are to be processed

    • Progress: column displaying the current progress of the cron job in percentages

    • Configuration: column displaying an icon button opening a window with a text editor displaying the configuration in JSON format

Last updated

Was this helpful?