Skip to content

Draft: Fix async issue for summary

Emir Muhammad requested to merge emmuhamm_fix_async into main

The summary bot failed because it kept finding empty jobs.

This is most likely due to the async stuff happening in start_pipeline. This is now changed a bit so start_pipeline will await for all jobs to be made, and then update the description and start the jobs


Helped by ChatGPT

Edited by Emir Muhammad

Merge request reports