Gitlab Community Edition Instance

Skip to content

Implemented threads instead of BackgroundTasks

parciak requested to merge dev into master

Version 0.6.6

  • Added thread_id to JobRun in the database
  • Added tos_response_path to JobRun in the database
  • switched to threads for all JobRuns
  • fixed a bug causing the response to get lost
  • added DEBUG environment parameter for local logging output to the uvicorn logging

Merge request reports