Open JustZack opened 5 months ago
NOTE: temporarily make the php script timeout 5 minutes to fix this while developing.
Thought for this right now is:
cacheStatus
- allow the front-end to check-in on the given cachecacheRunComplete
- Allow scripts to let the backend know when they finished running & update CacheStatus
row accordingly
previously this was on the python scripts. It then shifted to the API to take advantage of the
CacheTracker
class. However, there are cases where the API can (and should) timeout causing theCacheStatus
row to never be updated, and the cache to continually be updated.Make some fix or decide definitively if the API or the python scripts should update their rows in
CacheStatus
A temporary fix in the Cache Tracker class extends the PHP script timeout to 5 minutes to avoid this temporarily.