Skip to content

Commit 1c8876f

Browse files
Update README.md
1 parent e8c5a72 commit 1c8876f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This package allows you to use Google Cloud Scheduler to schedule Laravel comman
1515

1616
Cloud Scheduler will make HTTP calls to your application. This package adds an endpoint to your application that accepts these HTTP calls with their payload (an Artisan command) and execute them.
1717

18-
There are two ways to use this package:
18+
There are two ways to schedule commands using this package:
1919

2020
<details>
2121
<summary>1. Schedule the `schedule:run` command</summary>
@@ -69,7 +69,7 @@ STACKKIT_CLOUD_SCHEDULER_APP_URL=https://yourdomainname.com/cloud-scheduler-job
6969

7070
Optional, but highly recommended: server configuration
7171

72-
Ensure the webserver won't terminate the request prematurely. Configure the correct timeout settings.
72+
Since Artisan commands are now invoked via an HTTP request, you might encounter issues with timeouts. Here's how to adjust them:
7373

7474
```nginx
7575
server {

0 commit comments

Comments
 (0)