veetmoradiya3628 commented on issue #8467:
URL:
https://github.com/apache/incubator-devlake/issues/8467#issuecomment-2976273817
Hi
I have updated the **timeAfter** parameter from UI and then trigger pipeline
with below parameter and API
API : /api/blueprints/${blueprintId}/trigger
Payload:
{"skipCollectors":false,"fullSync":false}
after this it worked.
Full refresh mode fails most of the time with below reason

```
subtask Clone Git Repo ended unexpectedly Wraps: (2) git cmd [git clone
https://git:*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************@github.com/msicie/spyglass_spyglass.git
/tmp/gitextractor969613060 --depth=1 --bare] in failed: Cloning into bare
repository '/tmp/gitextractor969613060'... | remote: invalid credentials |
fatal: Authentication failed for
'https://github.com/msicie/spyglass_spyglass.git/' Error types: (1)
*hintdetail.withDetail (2) *errors.errorString
```
Two questions :-
1. how to avoid this above issue and how to make sure it runs every time we
trigger a API successfully.
2. automatic cron configured pipeline run will not collect data in full
refresh mode ?
--
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]