Mail: [email protected]
Phone: +1(424)231-4091
Everything you need to know about NexoPOS.
To perform heavy or repetitive tasks, NexoPOS needs to enable queues. This ensures NexoPOS performs those tasks without affecting his performance. By default, NexoPOS works in sync, meaning most tasks are executed in runtime, so it's not required to enable this for NexoPOS to work, however, it's ideal to set this up.
php artisan queue:work
..env
file. For example, to use the database queue, you would set QUEUE_CONNECTION=database
.php artisan queue:table
followed by php artisan migrate
.queue:failed
command to view any jobs that have failed.If you're having issue configuring this, let us know on Github.