I have added some jobs to a queue in laravel. However, I forgot to put $job->delete() in the function and there is an error in my function too. This means the job is never ending. It keeps going into it and keeps erroring in my log file. How can I delete it from the command line?
I am using beanstalkf for my queuing.