fixes #3599
calculating the differences between branches can take a long time if there are lots of branches. Move calculation to worker task and return immediately to unblock the server task. The PR dropdown menu will be filled in the background by the worker task.
fixes #3599
calculating the differences between branches can take a long time if there are lots of branches. Move calculation to worker task and return immediately to unblock the server task. The PR dropdown menu will be filled in the background by the worker task.
Signed-off-by: Karsten Hopp karsten@redhat.com