imTigger / laravel-job-status

Add ability to track Job progress, status and result dispatched to Queue.
MIT License
407 stars 60 forks source link

Make job status table configurable #55

Open tpetry opened 4 years ago

tpetry commented 4 years ago

Laravel does support configurable names for the job table name. As we're not using the standard jobs name for some developers it's sometimes kind of irritating the table names do not align and searching for a queue status table. It would be nice making the table name configurable like config/queue.php