Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:spatie/laravel-short-schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jun 7, 2020
2 parents e74ef1c + bdee8f0 commit 707270e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ You can use all constraints mentioned above at once. The command will only execu

## Events

You can hook into these events. Executing any extra logic you execute when responding to these events is blocking. If your code takes a long time to execute, all short scheduled jobs will be delayed. We highly recommend that any logic you wish to execute in response to these events, is put on a queue.
Executing any code when responding to these events is blocking. If your code takes a long time to execute, all short scheduled jobs will be delayed. We highly recommend to put any code you wish to execute in response to these events on a queue.

#### `Spatie\ShortSchedule\Events\ShortScheduledTaksStarting`

Expand Down

0 comments on commit 707270e

Please sign in to comment.