Queue
A queue service to run tasks in the background or schedule them to run at a certain time.
Available:
Bee
Bull
Kue
Fake
Jobs:
The structure is simple, it should be a class with a static key
method to retrieve its key and a public handle
method to perform the task. All other OOP features for distributing logic are allowed.
Methods:
Execute: Runs a task in the background, if it fails it repeats a certain number of times.
Schedule: Schedules a task in the background, if it fails it repeats a certain number of times.
Last updated