chore: increase container instance count
This commit is contained in:
parent
6974b16e7a
commit
7c161bef62
|
|
@ -4,7 +4,7 @@
|
|||
import { Container } from '@cloudflare/containers';
|
||||
import type { KVNamespace } from '@cloudflare/workers-types';
|
||||
|
||||
const INSTANCE_COUNT = 32;
|
||||
const INSTANCE_COUNT = 44;
|
||||
const FAILURE_REASON_LIMIT = 160;
|
||||
const RSSHUB_ROUTE_HEADER = 'X-RSSHub-Route';
|
||||
const UNKNOWN_ROUTE = 'unknown';
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ enabled = true
|
|||
[[containers]]
|
||||
class_name = "RSSHubContainer"
|
||||
image = "registry.cloudflare.com/CLOUDFLARE_ACCOUNT_ID/rsshub:chromium-bundled-496e98a4cfc709aa25b634acee06ac4cb32c7b6f"
|
||||
max_instances = 32
|
||||
max_instances = 44
|
||||
instance_type = "standard-1"
|
||||
|
||||
# Durable Object binding for the container
|
||||
|
|
|
|||
Loading…
Reference in New Issue