Skip to main content

Crontabs

This section outlines various cron shell scripts used to automate data processing and output file generation tasks for GST, MSME, and Struck Off checks.

Cron Files

  • run_generate_gst_data_cron_tab.sh
    Script to run the GST data cron tab for processing and storing GST-related data.

  • run_generate_gst_output_file_cron_tab.sh
    Script to run the GST output file cron tab which verifies data completeness and generates the output file.

  • run_generate_msme_data_cron_tab.sh
    Script to run the MSME data cron tab responsible for processing and saving MSME-related data.

  • run_generate_msme_output_file_cron_tab.sh
    Script to run the MSME output file cron tab which generates final output files after data is validated.

  • run_generate_struck_off_data_cron_tab.sh
    Script to execute the data cron tab for Struck Off checks.

  • run_generate_struck_off_output_file_cron_tab.sh
    Script to run the Struck Off output file cron tab which finalizes and stores output results.

These scripts automate scheduled backend operations to ensure timely and consistent data processing across different modules.