Opened 10 years ago
Last modified 9 years ago
#973 in_progress defect
Re-enable check_db_up_to_date() in app.py after fixing session issues
Reported by: | Christopher Allan Webber | Owned by: | Christopher Allan Webber |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
We had a tool that, as its name implied, checked if databases were up to date. Unfortunately, it was causing a bunch of random errors with postgres sessions in 0.7.0. As such, in o.7.1, this is disabled, but we want this to be re-enabled for 0.8.0. This requires some investigating on how to do right.
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Owner: | set to |
---|---|
Status: | new → in_progress |
I'm going to look if I can get this to work with the new "context" stuff I added recently... or something :)
comment:3 by , 10 years ago
Milestone: | 0.8.0 → 0.9.0 |
---|
comment:4 by , 9 years ago
Milestone: | 0.9.0 |
---|
So, I think doing this correctly requires reworking things *anyhow* now that we're moving to Alembic for most things. As such, I think this should be looked into, but is not a 0.9.0 task.
See also #974, which is addressing a similar issue, but for garbage collection.