Hello One of my projects, running long tasks with Minion, shows very strange behavior. After some time of work (from hours to days), it hangs so that I can't interrupt it with Ctrl-C, only kill -9 stops it.
I've blamed database locks, but no, no locks, not even a running query. I've blamed hanging Mojo::UserAgent, but no, no running request. It just hangs at random place, process being usleep - that's all I've got using very extensive logging. No memory overuse, no CPU usage, nothing, it just waits for some event that never happens. I have totally no idea on where to start debugging. As a last desperate attempt I'm trying to run perl -d, but I don't put many hopes in it. The code is complex, and I'm still thinking of cut it down to repeat the problem. Maybe someone got something similar or have any idea on what to check or monitor? -- Alex -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
