G
G
gigisarri982021-10-16 11:17:08
Laravel
gigisarri98, 2021-10-16 11:17:08

How to make queue daemon in laravel?

Good afternoon! I want to implement a Laravel daemon (using queues) that would check the age of registration and send an email to the user under certain conditions. I came up with the logic, but so far I can’t figure out how to implement the daemon itself. That is, where should the queue call be placed? How to make it in the background so that it works once a day? I didn't find the answer on the Internet :( Thanks in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vyacheslav Plisko, 2021-10-16
@gigisarri98

A daemon is a program that constantly runs in the background. You need once a day, this is not a daemon, but a task scheduler https://laravel.com/docs/8.x/scheduling

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question