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
When running the gridtk resubmit command, if no jobs are resubmitted, there is currently no output or feedback provided. This can be confusing for users, as it may be unclear whether the command executed successfully or why no jobs were resubmitted.
Proposed Solution:
If no jobs are resubmitted, gridtk resubmit should explicitly notify the user that no jobs were resubmitted. Additionally, the message should explain that this could be due to the default state filtering and suggest how to resubmit all jobs if that is the user's intention.
For example, in such cases, the output could display a message like:
No jobs were resubmitted. Note that the default state filtering may have excluded some jobs. If you want to resubmit all jobs, please use the option: gridtk resubmit --state all
This feedback will improve the user experience by providing clearer instructions and a better understanding of the command's behavior.
The text was updated successfully, but these errors were encountered:
Issue:
When running the
gridtk resubmit
command, if no jobs are resubmitted, there is currently no output or feedback provided. This can be confusing for users, as it may be unclear whether the command executed successfully or why no jobs were resubmitted.Proposed Solution:
If no jobs are resubmitted,
gridtk resubmit
should explicitly notify the user that no jobs were resubmitted. Additionally, the message should explain that this could be due to the default state filtering and suggest how to resubmit all jobs if that is the user's intention.For example, in such cases, the output could display a message like:
This feedback will improve the user experience by providing clearer instructions and a better understanding of the command's behavior.
The text was updated successfully, but these errors were encountered: