Skip to content

Commit

Permalink
Merge pull request #90 from keithbrink/patch-1
Browse files Browse the repository at this point in the history
Add note that syncing will remove other monitors
  • Loading branch information
freekmurze authored Jul 28, 2023
2 parents 11eaacd + e869af1 commit 7752c4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ This command is responsible for syncing your schedule with the database, and opt

In a non-production environment you should manually run `schedule-monitor:sync`. You can verify if everything synced correctly using `schedule-monitor:list`.

**Note:** Running the sync command will remove any other cron monitors that you've defined other than the application schedule.

## Usage

To monitor your schedule you should first run `schedule-monitor:sync`. This command will take a look at your schedule and create an entry for each task in the `monitored_scheduled_tasks` table.
Expand Down

0 comments on commit 7752c4b

Please sign in to comment.