You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building on #318, the EventSession.active_at flag should be pushed into a dirty pool (a dict/hashmap object) that is set by the periodic job runner. Setting it from the main runloop causes unnecessary database writes and flushes SQLAlchemy's session cache.
The text was updated successfully, but these errors were encountered:
Building on #318, the
EventSession.active_at
flag should be pushed into a dirty pool (a dict/hashmap object) that is set by the periodic job runner. Setting it from the main runloop causes unnecessary database writes and flushes SQLAlchemy's session cache.The text was updated successfully, but these errors were encountered: