Files
fm-orchestrator/tests
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
..
2021-05-06 13:43:30 -04:00
2022-03-30 14:27:34 -04:00
2022-03-30 14:27:34 -04:00
2021-07-29 16:21:55 -04:00
2021-08-26 17:07:23 -04:00
2021-06-15 15:05:06 -04:00