- Laravel ^11.0
- Octane ^2.2
- Server FrankenPHP
- RabbitMQ
I have a backend using laravel octane, then I change the database connection ip. To get the new database data it has been detected. However, I have a problem when using the job queue, it turns out that the supervisor is still using the old database connection ip, so the process that should go to the new database goes to the old database. Maybe there are suggestions that I can do