Skip to content

Conversation

wragge
Copy link
Contributor

@wragge wragge commented Apr 23, 2022

I've found that the Cloudrun build phase often hits a timeout limit with large databases. I believe the default timeout is 10 minutes. This pull request just adds a --timeout option to the cloudrun publish command and passes the value on to the build step.

@codecov
Copy link

codecov bot commented Apr 23, 2022

Codecov Report

Merging #1717 (9b9a314) into main (d57c347) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1717   +/-   ##
=======================================
  Coverage   91.75%   91.75%           
=======================================
  Files          34       34           
  Lines        4574     4575    +1     
=======================================
+ Hits         4197     4198    +1     
  Misses        377      377           
Impacted Files Coverage Δ
datasette/publish/cloudrun.py 97.05% <100.00%> (+0.04%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d57c347...9b9a314. Read the comment docs.

@simonw
Copy link
Owner

simonw commented Apr 24, 2022

This is a neat feature, thanks!

@simonw simonw merged commit 3001e1e into simonw:main Apr 24, 2022
simonw added a commit that referenced this pull request Apr 24, 2022
simonw added a commit that referenced this pull request Apr 24, 2022
simonw added a commit that referenced this pull request May 2, 2022
simonw added a commit that referenced this pull request Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants