SavageLearning / Machete

A web application for managing a day laborer referral organization. Built using .NET Core MVC, Entity Framework Core, jQuery, Datatables (datatables.net).
GNU General Public License v3.0
16 stars 17 forks source link

Memory leak is spiking CPU and consuming all memory, leads to queries that don't return #524

Closed esteban-gs closed 4 years ago

esteban-gs commented 5 years ago

(original title was) WorkOrder/Index: Details and Summary tabs not loading. Affecting daily prod

Recreate 1.Go to Work Orders. 2.Click on the Summary tab. 3.Double click on a row to see that day's orders. 4.WOs for that day don't load. Gets stuck on processing request.

Expected 1-3 above

  1. Top 15 orders for date: xx-xx-xxxx are loaded
esteban-gs commented 5 years ago

Seems to be working now (Work Orders Summary tab by day).