chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

calculations: No error feedback to the user (disk quota reached, errors in file, etc) #825

Open tahini opened 6 months ago

tahini commented 6 months ago

A user reported that new calculation tasks were set as pending but never appeared in the calculation jobs table. Looking at the server, it appears this user had reached the disk usage quota. There should be an explicit message for this case, instead of showing a pending task that does not exist.

tahini commented 6 months ago

Related to this issue, if there are errors in the csv file, they should be displayed to the user. When the batch calculations were migrated to the job framework, all error feedback seems to have been lost.