Nicholas Kwon
Nicholas Kwon
It doesn't seem to be timing out anymore, probably thanks to #1379. But Prefect still says the reloading is failing, probably because it [can't find](https://github.com/hackforla/311-data/blob/b0717ad25eab4ef25a2f26da187d9d8905ab5f77/server/prefect/tasks/cache.py#L73) the reloading message in the...
It timed out again for last night's run. We might need to add a call to `waitForNavigation`? https://stackoverflow.com/a/58298172
FYI, this has been on my mind since I've been looking at the databases. I think we'd either need to manually update this row by SSHing into the database (we...
Yes, I think your solution works too!
@joshuayhwu : is this something we can finish up?
Hey @joshuayhwu, have you tried running `docker-compose up` first from "server/"? Then, you should be able to run the upgrade script using `docker-compose run api alembic upgrade head`. More info...
Hmm could you explain why it seems like the prefect container is not starting? It seems like it is starting, but it just exits early? Are you using Docker Desktop?...
If I'm reading the code correctly, the fix may be quite simple. The data pipeline will determine the time of the last update. Then, it will ask socrata for all...
Note that unit testing this is blocked by #1309.
@funbunch and @ardada2468, feel free to work on this issue if you have extra time. Please note the files that you'll be fixing before starting on them here, so that...