mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
--min-instances and --max-instances Cloud Run publish options, closes #1779
This commit is contained in:
parent
c1396bf860
commit
82167105ee
3 changed files with 56 additions and 15 deletions
|
|
@ -251,6 +251,8 @@ datasette publish cloudrun --help
|
|||
--cpu [1|2|4] Number of vCPUs to allocate in Cloud Run
|
||||
--timeout INTEGER Build timeout in seconds
|
||||
--apt-get-install TEXT Additional packages to apt-get install
|
||||
--max-instances INTEGER Maximum Cloud Run instances
|
||||
--min-instances INTEGER Minimum Cloud Run instances
|
||||
--help Show this message and exit.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue