You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I encountered a project that caused OOM error in Anitya by using custom backend with default regex. It was sourceforge project scribus that used custom backend instead sourceforge backend.
To prevent this in the future we should introduce some kind of timeout if regex parsing takes too long.
The text was updated successfully, but these errors were encountered:
This will prevent thread from getting stuck when check for new release
takes too long.
This new value is configurable using CHECK_SERVICE parameter in
configuration.
Fixesfedora-infra#843
Signed-off-by: Michal Konečný <[email protected]>
Zlopez
added a commit
to Zlopez/anitya
that referenced
this issue
Nov 13, 2019
This will prevent thread from getting stuck when check for new release
takes too long.
This new value is configurable using CHECK_TIMEOUT parameter in
configuration.
Fixesfedora-infra#843
Signed-off-by: Michal Konečný <[email protected]>
Zlopez
added a commit
to Zlopez/anitya
that referenced
this issue
Nov 13, 2019
This will prevent thread from getting stuck when check for new release
takes too long.
This new value is configurable using CHECK_TIMEOUT parameter in
configuration.
Fixesfedora-infra#843
Signed-off-by: Michal Konečný <[email protected]>
This will prevent thread from getting stuck when check for new release
takes too long.
This new value is configurable using CHECK_TIMEOUT parameter in
configuration.
Fixesfedora-infra#843
Signed-off-by: Michal Konečný <[email protected]>
This will prevent thread from getting stuck when check for new release
takes too long.
This new value is configurable using CHECK_TIMEOUT parameter in
configuration.
Fixes#843
Signed-off-by: Michal Konečný <[email protected]>
Recently I encountered a project that caused OOM error in Anitya by using
custom
backend with default regex. It was sourceforge project scribus that used custom backend instead sourceforge backend.To prevent this in the future we should introduce some kind of timeout if regex parsing takes too long.
The text was updated successfully, but these errors were encountered: