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
Job task ceasing to exist part way through close should not be an error
A check for this situation when closing multiple jobs or stopping
multiple datafeeds was added in elastic#38113. Later the wildcard
requirement was removed for jobs in elastic#49367. But the wildcard
requirement really should have been removed for both jobs and
datafeeds, as they both having the same semantics that closing
or stopping one that's already closed/stopped is not an error.
This commit removes the wildcard condition for jobs.
0 commit comments