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

Status reverts from Finished to Idle #141

Closed
Tracked by #152
nieznanysprawiciel opened this issue May 20, 2024 · 1 comment · Fixed by golemfactory/yagna#3244
Closed
Tracked by #152

Status reverts from Finished to Idle #141

nieznanysprawiciel opened this issue May 20, 2024 · 1 comment · Fixed by golemfactory/yagna#3244
Assignees
Labels
bug Something isn't working

Comments

@nieznanysprawiciel nieznanysprawiciel changed the title Status reverts from Finished to Idl Status reverts from Finished to Idle May 20, 2024
@nieznanysprawiciel nieznanysprawiciel added the bug Something isn't working label May 20, 2024
@MOrgacki
Copy link

hi, below are the steps that led me to reproduce the issue.

  1. Started the requestor locally using the following command:
    dotnet run --project ExampleRunner -- --golem modules --framework Dummy --pay-interval 120
  2. Started the provider via GH APP.
  3. In GH APP, I had 4 jobs listed in the local database. One job was in progress (status: computing).
    image
  4. There were no payments yet.
  5. I closed our GH APP without clicking the Stop button.
  6. The requestor returned a 408 timeout multiple times and terminated with the following message:
    instances: ['MARCIN TESTER: terminated']
  7. After reopening GH APP and starting the same provider, the last job changed status from Finished to Idle.
    image

GH APP Version: 0.7.0
GH-fasade version: last commit e6440a2 (HEAD -> master, tag: pre-rel-v4.1.0-rc1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants