AlexPerkbox commented on issue #7640:
URL: 
https://github.com/apache/incubator-devlake/issues/7640#issuecomment-2182118366

   @d4x1 Thank you for your response. 
   
   As part of the initial setup, there were a few hundred blueprints created in 
the form of `one blueprint = one gitlab project`. It was observed that a 
complete run to fetch all data from gitlab takes approximately 2 days so the 
best time to kick-off (schedule) all jobs is Friday afternoon. Bulk-setting 
cronConfig in the form of 
   ```curl --location --request PATCH 
"https://devlake.my.endpoint.com/api/blueprints/[1-500]"; \
   --header 'Content-Type: application/json' \
   --data '{
       "cronConfig": "10 15 * * 5"
   }' | jq``` updates all blueprints fine, but when the time comes there is 
nothing scheduled/created/pending in the pipelines tab. 
   
   P.s Increasing `PIPELINE_MAX_PARALLEL` to 5 does not make a difference.


-- 
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: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to