hholzgra / maposmatic

Mirror of maposmatic repository at savannah.nongnu.org
GNU Affero General Public License v3.0
72 stars 13 forks source link

NULL value in render job maptitle column breaks renderer and job display #75

Closed hholzgra closed 2 years ago

hholzgra commented 2 years ago

Not sure how this could happen in the first place, but somehow a web request entry with a NULL value instead of an empty string in the maposmatic_maprenderingjob.maptitle column.

This broke both the rendering daemon process and the list and detail views in the web frontend.

Outlet2048 commented 2 years ago

Issue being closed means that the renderer will soon work again? Currently 180 jobs in queue

hholzgra commented 2 years ago

Turns out I missed a step in applying the change, and then ran into yet another problem when actually doing so. Both are fixed now though and the render daemon is finally catching up.

Next task: figure out why admin email alerts can't get sent anymore ...

Outlet2048 commented 2 years ago

Thanks for your work :)