Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Updated instructions for reviewing cron configuration #5239

Merged
merged 4 commits into from
Aug 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions guides/v2.2/cloud/configure/setup-cron-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `.magento.app.yaml` file specifies the configuration for the default Magento

- Pro plan–Integration, Staging, and Production environments including `Master`

The `.magento.app.yaml` file includes the following default crons configuration, which runs the default Magento processes specified in the Magento crontab.
The `.magento.app.yaml` file includes the following default crons configuration, which runs the default Magento cron jobs:

```yaml
crons:
Expand All @@ -35,14 +35,14 @@ We use only one cron for {{site.data.var.ece}} projects because of the nature of

## Verify cron configuration on Pro projects

Magento added an auto-crons configuration option to all Pro plan environments to support self-service cron configuration using the `.magento.app.yaml` file. If this option is enabled,you can use the Magento crontab to review the cron configuration for {{ site.data.var.ece }} Pro projects.
Magento added an auto-crons configuration option to all Pro plan projects to support self-service cron configuration on Staging and Production environments using the `.magento.app.yaml` file. If this option is enabled, you can use crontab to review the cron configuration.

{:.bs-callout-info}
Although you can use crontab to review configuration on Pro plan projects, Magento does not use crontab to run cron jobs for {{ site.data.var.ee }} sites deployed on the Cloud platform.

#### To review cron configuration on Pro plan environments:

1. Log in to the {{site.data.var.ece}} project environment using [SSH]({{ page.baseurl }}/cloud/env/environments-ssh.html#ssh).
1. Log in to the Staging or Production environment using [SSH]({{ page.baseurl }}/cloud/env/environments-ssh.html#ssh).

1. List the scheduled cron processes.

Expand Down