An open API service indexing awesome lists of open source software.

https://github.com/mnvx/pipeline-example

Example of queues managing
https://github.com/mnvx/pipeline-example

laravel pipeline queue queue-workers

Last synced: 6 months ago
JSON representation

Example of queues managing

Awesome Lists containing this project

README

          

## Example of Laravel queues managing

Look into [app/Jobs](app/Jobs) path. There are:

- [app/Jobs/Job.php](app/Jobs/Job.php) - base class for jobs.
- [app/Jobs/Pipeline/PipelineAbstract.php](app/Jobs/Pipeline/PipelineAbstract.php) - base class for pipelines.
- [app/Jobs/Pipeline/ProcessDataPipeline.php](app/Jobs/Pipeline/ProcessDataPipeline.php) - Example of concrete pipeline.

Example of output:

![](doc/pipeline.jpg)