Add timeout to pip installation and report + report a warning if customer doesn't provide a constraints file
rafidka opened this issue · 0 comments
rafidka commented
Overview
We need to put a limit on the time it takes to install pip
requirements, just like we do internally in Amazon MWAA.
Acceptance Criteria
- User requirements installation should have a timeout.
- Report a warning if the user doesn't provide a constraint file in the
requirements.txt
file.
Additional Info
N/A