Skip to content

Commit

Permalink
add readme section
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbrink committed Jul 28, 2023
1 parent 9f67bd0 commit 5fa2f4f
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`.

If you would like to use non-destructive syncs to Oh Dear so that you can monitor other cron tasks outside of Laravel, you can use the `--push` flag. This will only push new tasks to Oh Dear, rather than a full sync. Note that this will not remove any tasks from Oh Dear that are no longer in your 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 5fa2f4f

Please sign in to comment.