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

Research SLO1 problems #1996

Open
majamassarini opened this issue Apr 6, 2023 · 5 comments
Open

Research SLO1 problems #1996

majamassarini opened this issue Apr 6, 2023 · 5 comments

Comments

@majamassarini
Copy link
Member

We still need an high SLO1 threshold (25 seconds or more) because of some spikes even though most of the times we can give to the user the first status check update in a couple of seconds.

It is not clear where we spend all the time; we should understand it and see if we can further improve and lower the threshold again.
Some suggestions are:

  • we are waiting for the token from tokman (that maybe is waiting for an answer from github).
  • we are waiting for the handler pre-check, as an example for the copr handler in the pre-check we call the copr service and this can slow us down.
lbarcziova added a commit to lbarcziova/packit-service that referenced this issue May 11, 2023
Before submitting the TF request, check whether the configured architecture
is supported by TF. In case not, report this to user and do not submit
the request.

Fixes packit#1996
@lsm5
Copy link

lsm5 commented Mar 7, 2024

@majamassarini containers/buildah#5388 looks like another issue where packit tasks haven't shown up in at least a minute after pushing to the PR. There are no changes to the packit config but in cases where there are and this issue occurs, the end user is left wondering whatsup.

@lsm5
Copy link

lsm5 commented Mar 11, 2024

image

containers/crun#1425 another one where it's been 42 mins since commit push and no packit tasks appeared.

EDIT: correct PR link.

EDIT 2: This may have been because of issues during redeployment of packit service. A new push triggered packit tasks instantaneously.

@nforro
Copy link
Member

nforro commented Mar 19, 2024

Could be also related to packit/deployment#548.

@lachmanfrantisek
Copy link
Member

Take a look at #1954

@lbarcziova
Copy link
Member

There were few improvements implemented, see, so for now I am putting this back to backlog and if we start seeing issues again, let's revisit.

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

No branches or pull requests

5 participants