canonical / test_observer

Flutter based dashboard for visualising SRU regression test results
3 stars 3 forks source link

Fix celery gets stuck #220

Closed omar-selo closed 1 month ago

omar-selo commented 1 month ago

Description

TO's celery got stuck in production. After investigation I found that there is a job hanging. It's mostly likely hanging due to lack of timeout. So I added a timeout.

Resolved issues

Fixes https://warthogs.atlassian.net/browse/RTW-375

Documentation

Web service API changes

Tests