Jobs
From DreamFactory
Queues
DFE uses the Laravel queuing system. You can read all about it here.
By default, the system is configured to a use the synchronous queue, meaning jobs are not executed in the background, but in real-time.
Jobs
The entire DFE system is driven by jobs. Each job has a corresponding command line operation and handler. Jobs can be initiated from the command line using artisan
or via the Dashboard.