Mohamed Zayed
Mohamed Zayed
You can override the `getKey` function that is used by the `Auditable` trait in your model and make the fallback value to 0 This will store `auditable_id` to 0 in...
@nunomaduro Sure, You can find the logs here ``` {"level":"info","ts":1703278647.0544071,"msg":"using provided configuration","config_file":"/home/mo7zayed/Desktop/work/mo7zayed/habd/frankenphp-issue/vendor/laravel/octane/src/Commands/stubs/Caddyfile","config_adapter":""} {"level":"info","ts":1703278647.0557559,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//localhost:2019","//[::1]:2019","//127.0.0.1:2019"]} {"level":"info","ts":1703278647.0559845,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc00006b280"} {"level":"info","ts":1703278647.105399,"msg":"FrankenPHP started 🐘","php_version":"8.3.0"} {"level":"info","ts":1703278647.1055713,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]} {"level":"info","ts":1703278647.1056757,"msg":"autosaved config (load with --resume flag)","file":"/home/mo7zayed/.config/caddy/autosave.json"}...
@nunomaduro Sometimes when I start the server randomly using `php artisan octane:start --server=frankenphp --log-level=debug` ``` {"level":"info","ts":1703279449.4357417,"msg":"using provided configuration","config_file":"/home/mo7zayed/Desktop/work/mo7zayed/habd/frankenphp-issue/vendor/laravel/octane/src/Commands/stubs/Caddyfile","config_adapter":""} {"level":"info","ts":1703279449.4369097,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//localhost:2019","//[::1]:2019","//127.0.0.1:2019"]} {"level":"info","ts":1703279449.4370534,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc0006a0280"} ``` Another log ``` {"level":"info","ts":1703279611.1767733,"msg":"using...
@nunomaduro @dunglas Any updates about this issue?
@binaryfire @nogamenofun98 the issue still there when running with high concurrency `ab -n 1000 -c 100 http://127.0.0.1:8000/` ### `frankenphp -v` `FrankenPHP v1.1.0 PHP 8.3.2 Caddy v2.7.6 h1:w0NymbG2m9PcvKWsrXO6EEkY9Ru4FJK8uQbYcev1p3A=` ### `php artisan...
@nogamenofun98 that's the point the logs looks good but the process crashes.
@dunglas I tried with Linux, and tried with laravel sail docker container