George Boot

Results 66 comments of George Boot

Hi @singhpk89, thanks for opening up an issue. Can you please tell me what exactly you are missing from the current 'docs' in the Readme of the package? I'll be...

@mikebronner mind elaborating on what you were doing wrong? Perhaps we can improve the docs a bit.

Yeah I also noticed that, apologies! The `dev-master` has the correct requirements in the`composer.json`, so expect the next release to require PHP 8. Any specific reasons you haven't upgraded yet?...

The 2 hour limit it imposed by AWS. My plan is to have the client monitor the connection status, and upon disconnect (due to connectivity issues or server-side disconnect) attempt...

Looks like this is related to Laravel Telescope. If you have telescope package installed, it will clash.

Laravel Vapor [just added support for Swoole](https://blog.laravel.com/vapor-octane-support-is-now-available) and they claim the speed improvements in real-world apps are indeed worth the effort. AFAIK the main speed improvements come from: - re-using...

Awesome! Am I correct in stating that re-using a booted kernel will basically be the same as what Swoole/Roadrunner will do, in the context of non-concurrent invocations like Lambda?

Yes oke. So from what I see in the issue you referred to, the plan isn't really to use Swoole/RoadRunner, but to just pre-boot the kernel and have that kernel...

Perhaps we could run `artisan config:cache` on the startup of the container? Don't believe the session token etc changes between invocations on the same container.

Laravel Vapor does this with route caching. I think the cache path is configurable, so we could simple point it to `/tmp`, right? https://github.com/laravel/vapor-core/blob/24bee0a7d72964145bc162a5f4f386affb5d56fb/stubs/fpmRuntime.php#L58-L66