e2corporation opened a new pull request, #2595: URL: https://github.com/apache/incubator-devlake/pull/2595
### 🆘 Config UI / Blueprints / Blueprint Detail (Auto-Polling) ### Description This PR applies a hotfix to turn on Auto-refresh (Activity Polling) for a **CREATED** Pipeline (`TASK_CREATED`). Previously when pipelines were created, the task was always set to `TASK_RUNNING`, which was a pre-requisite for having turning on polling in the first place. The backend recently made a change to now place the task in a `TASK_CREATED` status which caused this bug. `TASK_CREATED` and `TASK_RUNNING` are now both supported in the check that turns on polling. ### Does this close any open issues? #2593 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
