To process order buy/sell system requires a queue running in the background. So you need to configure the supervisor and schedule some commands in the cronjob. You also need to set up a Redis server for processing withdrawal requests. The following commands are needed to run always in the background:
- “php artisan schedule:run”
- “php artisan horizon”
- “php artisan websockets:serve –port=6005” (port can be changed)