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
docs: clarify scan_for_annotated_workers only finds already-imported modules
Document that scan_for_annotated_workers=True inspects sys.modules at
init time — it does not scan the filesystem. Workers in unimported modules
are silently ignored. Add clear workaround examples: import the module
first, or use the import_modules parameter.
Closesconductor-oss/getting-started#43
0 commit comments