Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch randomly cancels in-progress jobs if re-submitting #62

Open
ppinchuk opened this issue Feb 13, 2025 · 0 comments
Open

Batch randomly cancels in-progress jobs if re-submitting #62

ppinchuk opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels
p-medium Priority: medium topic-batch Issues/pull requests related to batched pipeline execution

Comments

@ppinchuk
Copy link
Collaborator

Sometimes kicking off a batch job while it is already running cancels the set that was kicked off first (but does not cancel all sets that are running).

You submit the batch, then change the configs and kick off the batch again - when you do that, only one of the two sets that were running get canceled. However, you wouldn't expect anything to be cancelled because it was "submitted"/running.

No config paths were changed.

Use case for this would be to kick batch off again for some failed jobs while others are still running.

This is all using --monitor-background.

@ppinchuk ppinchuk added p-medium Priority: medium topic-batch Issues/pull requests related to batched pipeline execution labels Feb 13, 2025
@ppinchuk ppinchuk self-assigned this Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-medium Priority: medium topic-batch Issues/pull requests related to batched pipeline execution
Projects
None yet
Development

No branches or pull requests

1 participant