dsoftwareinc / ghactions-manager

A plugin to manage GitHub actions from JetBrains IDEs (intellij, pycharm, etc.)
Other
59 stars 13 forks source link

outdated workflow status / jobs #81

Closed gberche-orange closed 1 year ago

gberche-orange commented 1 year ago

Describe the bug

Thanks for the great plugin !

At times, I observe inconsistent outdated list of workflows or jobs

Describe the bug:

Steps to reproduce:

Expected behavior:

The github view and plugin view should be in sync

image

in the plugin, some workflow state seem to remain stale: the workflow is marked as still running, while the single job is completed image

Additional context:

I'm running version 1.9.1

cunla commented 1 year ago

Hi, you can configure in the settings how frequently the plugin queries github API. The default is every 30secs.

gberche-orange commented 1 year ago

thanks @cunla for looking into this issue.

gberche-orange commented 1 year ago

thanks a lot @cunla for the fix in release 1.10.0, this is indeed solving the issue I was previously observing !