romanzipp / Laravel-Queue-Monitor

Monitoring Laravel Jobs with your Database
https://packagist.org/packages/romanzipp/laravel-queue-monitor
MIT License
720 stars 92 forks source link

Undefined variable: ffmpeg #15

Closed lakshsyal123 closed 4 years ago

lakshsyal123 commented 4 years ago

Hello I just used it as mention in the documentation

But this is what I see when I use it.

https://prnt.sc/q1zugd

any comment on how can I fix this?

romanzipp commented 4 years ago

The $ffmpeg varaible was just an example on how to use the progress feature. This is not part of the package itself.

lakshsyal123 commented 4 years ago

How can I use that feature to track the progress on my job?

Can you create a better example of it?

romanzipp commented 4 years ago

I don't know what type of job you're trying to accomplish. The $this->qeueueProgress()method can be implemented in any way you like. It just writes the given value into the database.