stackkit/laravel-google-cloud-tasks-queue

PAYLOAD NOT BEING POSTED to URL configured on handler

Closed this issue · 1 comments

Thanks for this package. Below is my function

public function processJobs(Request $request)
{

    Log::info(__FUNCTION__, [
        'ReceivedRequest' => $request->all(),
    ]);

    return response()->json($response = "", Response::HTTP_OK);
}

Hi, I'm sorry, but I will need a lot more info to even consider debugging this.