Skip to content

Commit

Permalink
Merge pull request #1045 from hackforla/mattyweb/issue1028
Browse files Browse the repository at this point in the history
Mattyweb/issue1028
  • Loading branch information
mattyweb authored Mar 24, 2021
2 parents 0b623fd + 84f114d commit 4f725f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/prefect/tasks/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ async def run_js_page(url: str):
executablePath='/usr/bin/google-chrome-stable',
userDataDir='/app',
headless=True,
handleSIGINT=False,
handleSIGTERM=False,
handleSIGHUP=False,
args=[
'--no-sandbox',
]
Expand Down

0 comments on commit 4f725f7

Please sign in to comment.