You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,7 +57,7 @@ Add a new queue connection to `config/queue.php`
57
57
If you are using separate services for dispatching and handling tasks, and your application only dispatches jobs and should not be able to handle jobs, you may disable the task handler from `config/cloud-tasks.php`:
| `STACKKIT_CLOUD_TASKS_PROJECT` | The project your queue belongs to. | `my-project`
76
-
| `STACKKIT_CLOUD_TASKS_LOCATION` | The region where the project is hosted. | `europe-west6`
77
-
| `STACKKIT_CLOUD_TASKS_QUEUE` | The default queue a job will be added to. | `emails`
75
+
| `CLOUD_TASKS_PROJECT` | The project your queue belongs to. | `my-project`
76
+
| `CLOUD_TASKS_LOCATION` | The region where the project is hosted. | `europe-west6`
77
+
| `CLOUD_TASKS_QUEUE` | The default queue a job will be added to. | `emails`
78
78
| **App Engine**
79
-
| `STACKKIT_APP_ENGINE_TASK` (optional) | Set to true to use App Engine task (else a Http task will be used). Defaults to false. | `true`
80
-
| `STACKKIT_APP_ENGINE_SERVICE` (optional) | The App Engine service to handle the task (only if using App Engine task). | `api`
79
+
| `APP_ENGINE_TASK` (optional) | Set to true to use App Engine task (else a Http task will be used). Defaults to false. | `true`
80
+
| `APP_ENGINE_SERVICE` (optional) | The App Engine service to handle the task (only if using App Engine task). | `api`
81
81
| **Non- App Engine apps**
82
-
| `STACKKIT_CLOUD_TASKS_SERVICE_EMAIL` (optional) | The email address of the service account. Important, it should have the correct roles. See the section below which roles. | `[email protected]`
83
-
| `STACKKIT_CLOUD_TASKS_HANDLER` (optional) | The URL that Cloud Tasks will call to process a job. This should be the URL to your Laravel app. By default we will use the URL that dispatched the job. | `https://<your website>.com`
82
+
| `CLOUD_TASKS_SERVICE_EMAIL` (optional) | The email address of the service account. Important, it should have the correct roles. See the section below which roles. | `[email protected]`
83
+
| `CLOUD_TASKS_HANDLER` (optional) | The URL that Cloud Tasks will call to process a job. This should be the URL to your Laravel app. By default we will use the URL that dispatched the job. | `https://<your website>.com`
0 commit comments