Custom Python Library Setup for Pulse-IT/Automate-IT
Changes and Configuration:
Copy the .whl File to a Shared Storage Folder:
Instead of a local folder, store the .whl
file in a shared storage location accessible by all workers.
Configure Node Settings:
- Navigate to
Nodes -> Nodes Settings -> Main
. - Add the shared storage path under External libraries path.
Worker Startup Behavior:
Upon startup, each worker will copy the required packages locally from the shared storage folder. By following these steps, the system ensures proper loading of external libraries while improving scalability and maintainability.