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
currently if certificate expires in N (<30) days, crab can only renew myproxy for N days instead of the default 30 and still submits the task. But TaskWorker will not submit if credential from myproxy is not at least 15 days leading to SUBMISSION FAILED errors which are hard to understand for the user.
Would be better that crab submit command failed immediately with a clear message.
This requires that the minimum myproxy duration needed by TW is shared with client, i.e. moved to ServerUtilities.py
currently if certificate expires in N (<30) days, crab can only renew myproxy for N days instead of the default 30 and still submits the task. But TaskWorker will not submit if credential from myproxy is not at least 15 days leading to SUBMISSION FAILED errors which are hard to understand for the user.
Would be better that
crab submit
command failed immediately with a clear message.This requires that the minimum myproxy duration needed by TW is shared with client, i.e. moved to ServerUtilities.py
@mapellidario FYI
The text was updated successfully, but these errors were encountered: