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
To test change of MasterWorker.py itself, you need to copy-paste new version of this file to installation path every time, it does not work with ./start.sh -g because script always point to installation path.
To fix this, create simple entrypoint script and import the __main__ section from MasterWorker.py instead.
The same way we do with Rucio ASO,
Currently we execute
MasterWorker.py
directly to start TW process.CRABServer/cicd/crabtaskworker_pypi/TaskWorker/manage.sh
Lines 43 to 50 in c56db97
To test change of
MasterWorker.py
itself, you need to copy-paste new version of this file to installation path every time, it does not work with./start.sh -g
because script always point to installation path.To fix this, create simple entrypoint script and import the
__main__
section fromMasterWorker.py
instead.The same way we do with Rucio ASO,
CRABServer/scripts/task_process/RUCIO_Transfers.py
Lines 7 to 10 in c56db97
The text was updated successfully, but these errors were encountered: