Documentation Index
Fetch the complete documentation index at: https://docs.wcstudio.com/llms.txt
Use this file to discover all available pages before exploring further.
โฑ๏ธ Managing Cron Jobs
WC Studio makes it easy to create and manage cron jobs directly from your dashboard without server-level access.๐ Accessing Cron Jobs
Go to:WC Studio โ Stores โ Select a Store โ Advanced โ Crons
๐งพ Creating a New Cron Job
You can create a cron job by specifying the command you want to run and selecting how frequently it should be executed.โ Required Fields
| Field | Description |
|---|---|
| Command | The shell command to be executed. Example:cd /path/to/your/project && php artisan schedule:run |
| Frequency | Choose how often this task should run: - Minutely - Hourly - Daily - Weekly - Monthly |
๐ง Steps to Add a Cron
- Enter your command in the Command field.
- Select a frequency using the Frequency dropdown.
- Click Save Cron to schedule the task.
๐ Cron Jobs Table
After saving, your cron jobs will appear in a table with the following details:| Column | Description |
|---|---|
| Sl | Serial number of the cron entry |
| Command | The actual shell command being run |
| Frequency | Selected interval (Minutely, Hourly, etc.) |
| Schedule | Time of next execution |
| Status | Active / Inactive |
| Action | Options to Edit, Delete, or Disable the cron job |

