- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 39
Closed
Description
Hi, I have longer running tasks and after 60s it retries with the DEADLINE_EXCEEDED error
I found the same issue here
googleapis/python-tasks#93
defining following doesn't work
        'cloudtasks' => [
            'driver' => 'cloudtasks',
            'project' => env('STACKKIT_CLOUD_TASKS_PROJECT', ''),
            'location' => env('STACKKIT_CLOUD_TASKS_LOCATION', ''),
            'handler' => env('STACKKIT_CLOUD_TASKS_HANDLER', ''),
            'queue' => env('STACKKIT_CLOUD_TASKS_QUEUE', 'default'),
            'service_account_email' => env('STACKKIT_CLOUD_TASKS_SERVICE_EMAIL', ''),
            'retry_after' => 3600,
            'dispatch_deadline' =>  (new \Google\Protobuf\Duration())->setSeconds(300),
        ],
I know that I put it to the connection, but also within the Job I don't have any direct task handling functionality.
@marickvantuil Has anyone any idea how I could override this.
Metadata
Metadata
Assignees
Labels
No labels
