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
|`STACKKIT_CLOUD_TASKS_PROJECT`| The project your queue belongs to. |`my-project`
84
-
|`STACKKIT_CLOUD_TASKS_LOCATION`| The region where the AppEngine is hosted |`europe-west6`
85
-
|`STACKKIT_CLOUD_TASKS_HANDLER`| The URL that Cloud Tasks will call to process a job. This should be the URL to your Laravel app with the `handle-task` path added|`https://<your website>.com/handle-task`
86
-
|`STACKKIT_CLOUD_TASKS_QUEUE`| The queue a job will be added to |`emails`
87
-
|`STACKKIT_CLOUD_TASKS_SERVICE_EMAIL`| The email address of the AppEngine service account. Important, it should have the correct roles. See the section below which roles. |`[email protected].com`
|`STACKKIT_CLOUD_TASKS_PROJECT`| The project your queue belongs to. |`my-project`
84
+
|`STACKKIT_CLOUD_TASKS_LOCATION`| The region where the AppEngine is hosted |`europe-west6`
85
+
|`STACKKIT_CLOUD_TASKS_QUEUE`| The queue a job will be added to |`emails`
86
+
|`STACKKIT_CLOUD_TASKS_SERVICE_EMAIL`| The email address of the AppEngine service account. Important, it should have the correct roles. See the section below which roles.|`[email protected]`
87
+
|`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 with the `handle-task` path added. By default we will use the URL that dispatched the job. |`https://<your website>.com/handle-task`
return'Google Service Account email address not provided. This is needed to secure the handler so it is only accessible by Google. To fix this, set the STACKKIT_CLOUD_TASKS_SERVICE_EMAIL environment variable';
0 commit comments