Skip to content

Commit

Permalink
DEVDOCS-92 Cron remove fix documentation (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolalardev authored Feb 19, 2025
1 parent 4040621 commit 56c8c10
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cron-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,12 @@ php bin/magento cron:status
This command will display a table containing information about each cron job, including the job code, status, created
date, scheduled date, executed date, and finished date.

If you need to remove a specific job from the cron schedule, you can do so with the following command:
If you need to remove the tasks from crontab, you can do so with the following command:

```bash
php bin/magento cron:remove <job_code>
php bin/magento cron:remove
```

Replace `<job_code>` with the code of the job you wish to remove.

## Cron Groups
Magento 2 uses cron groups to manage related tasks together. A cron group is a set of cron jobs that are managed as a
unit. All cron jobs in a group will run in the same process to ensure the resources are effectively used.
Expand Down

0 comments on commit 56c8c10

Please sign in to comment.