-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Schema
-
None
Currently schema analysis in mongodb-schema accepts an abort signal, however as it fully synchronously analyzes the schema it doesn't allow someone to abort it after it has started. This ticket involves updating mongodb-schema to occasionally unblock the main thread and check if the signal is aborted.