Pylons/pyramid_beaker

When caching to DB, errors occur trying re-add table to meta

Opened this issue · 0 comments

I'm using beaker for my session cache, since my production environment will have multiple web servers. During development, under circumstances that cause beaker to re-initialize I get an error that beaker_cache table is already added to the meta. I'm worried that this will occur in production and I don't quite know what causes it. Has anyone else reported this problem?