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
- Host: GitHub
- URL: https://github.com/mnvx/pipeline-example
- Owner: mnvx
- Created: 2018-04-25T21:19:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T21:28:45.000Z (almost 8 years ago)
- Last Synced: 2025-04-08T02:51:18.447Z (10 months ago)
- Topics: laravel, pipeline, queue, queue-workers
- Language: PHP
- Size: 275 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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:
