Files
fm-orchestrator/module_build_service/common
Owen W. Taylor 5dcd63ebf9 batches.py: Don't pass SQLAlchemy objects between threads
SQLAlchemy objects can't be used from multiple threads - so when starting
threads for builds, pass the ComponentBuild id rather than the object.
(Note that despite the comment that the threads were sharing a session,
they weren't - what was passed to the thread was a scoped_session that
acts as a separate thread-local session per-thread.)

BUILD_COMPONENT_DB_SESSION_LOCK - a threading.Lock() object that was used
in a few places - but not nearly enough places to effectively lock usage
of a shared session - is removed.
2022-04-26 17:04:40 -04:00
..
2022-03-30 14:27:34 -04:00
2022-03-30 14:27:34 -04:00
2022-03-30 14:27:34 -04:00
2021-08-12 15:53:53 -04:00
2021-05-13 11:05:35 -04:00