eve-seat / seat

SeAT 0x. [UNSUPPORTED]
https://github.com/eveseat/seat
MIT License
69 stars 38 forks source link

Jobs not being worked on #356

Closed tyler274 closed 9 years ago

tyler274 commented 9 years ago

http://puu.sh/g7DbU/383e1b688c.png

These just sit in the queue and never process, eventually being marked failed.

workers are running

EDIT: something in logs found

eve-seat commented 9 years ago

So the screenshot sais they were updated 8 minutes ago. Did they ever finish? Or do you have something in a log file that could help debug this?

tyler274 commented 9 years ago

They never did finish, just keep timing out and being re-queued

[2015-02-27 13:00:11] production.WARNING: A new job was not submitted due a similar one still being outstanding. Details: {"id":"13929","jobID":"0OvGiBFhM8f8yYkhQysN","ownerID":"3838522","api":"Character","scope":"Eve","status":"Queued","output":null,"created_at":"2015-02-27 12:00:10","updated_at":"2015-02-27 12:00:10"} {"src":"App\Services\Queue\QueueHelper"} []

ones like this pop up frequently, I forgot to check the laravel.log file

nothing in the supervisor worker logs however

eve-seat commented 9 years ago

This error is pretty normal. It means the back end tried to queue a job, but as it says, there already was one. This is not exactly a error but merely a warning.

eve-seat commented 9 years ago

Please open a new issue if you have some more details/exceptions/steps to reproduce.