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 tasks sit in the queue forever if the name of the library they need is not found. At least this should be reported to the debug log with a notice.
The text was updated successfully, but these errors were encountered:
Thinking about the possible ways to do this:
1 - Reject the task submission in vine_submit.
2 - Check for library presence in vine_schedule and warn. (We already do this but don't warn.)
3 - Check for library presence in vine_schedule and return the task as a failure.
Is there any case where the function might be submitted before the library?
Jin has already implemented cases where excessive failures of the library cause the removal of the template, and then presumably should cause failure of the waiting functions.
Currently tasks sit in the queue forever if the name of the library they need is not found. At least this should be reported to the debug log with a
notice
.The text was updated successfully, but these errors were encountered: