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

Improve job wait #162

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

fxpz
Copy link

@fxpz fxpz commented Jul 10, 2023

Using job-wait, I realized that the plugin has a bug in output logs. It shows logs twice and this is confusing for the end user. Since IMHO the issue was the approach I did a total refactor of job-wait and submit a PR that can be useful for other people.

In my approach the executor follows the job, taking care of backoff retry and trying to "attach" to a running job that is already failed and is in a retry phase.

I'm a DevOps and not a developer so I'm not up to writing tests, but I see that only a little portion of the code is tested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant