Skip to content

Commit

Permalink
Merge branch 'pdf-rendering-hang' into 'main'
Browse files Browse the repository at this point in the history
Fix PDF rendering hang on chromium startup

See merge request reportcreator/reportcreator!504
  • Loading branch information
MWedl committed Apr 2, 2024
2 parents 014fd81 + 7a26981 commit b9b5338
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/reportcreator_api/tasks/rendering/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def get_page():
with sync_playwright() as playwright:
with playwright.chromium.launch(
executable_path=settings.CHROMIUM_EXECUTABLE,
args=['--single-process'],
headless=True,
chromium_sandbox=False,
handle_sigint=False,
Expand Down

0 comments on commit b9b5338

Please sign in to comment.