contribsys / faktory

Language-agnostic persistent background job server
https://contribsys.com/faktory/
Other
5.66k stars 226 forks source link

Debug failed jobs #443

Closed JoaoPedroAssis closed 10 months ago

JoaoPedroAssis commented 10 months ago

Hello @mperham

I am using faktory in ruby to send jobs to python workers, and the whole architecture is k8s based. How can I debug failed jobs?

The UI does not allow to do this, and I havent found the logs on the faktory-server container

Thanks in advance!

mperham commented 10 months ago

The Web UI should show the backtrace for each retry. The worker process stdout/log should also show the backtrace. Faktory server logs would not have any data.

JoaoPedroAssis commented 10 months ago

Thanks!