Ok, after searching I found out this was due to a URL not found so I just added the following code to my /app/start/global.php which then told me what URL it had trouble finding.
App::missing(function($e) { $url = Request::fullUrl(); Log::warning("404 for URL: $url"); return Response::make('404 not found', 404); });
Looks like it has nothing to do with my queues and the IP I received from my host was still getting pinged/visited that wanted to check out the previous owner.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community