Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove redundant words in comment #432

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cloud/resources/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Batch handler data filtering used to be compulsory before the release of `@subsq
1. Deploy your squid to a [Professional organization](/cloud/resources/organizations/#professional-organizations).
2. Use [`dedicated: true`](/cloud/reference/scale/#dedicated) in the `scale:` section of the manifest.
3. Make sure that your [`scale:` section](/cloud/reference/scale) requests a sufficient but not excessive amount of resources.
4. Set your deployment up for [zero downtime updates](/cloud/resources/slots-and-tags/#zero-downtime-updates). Use a tag-based URL and and not slot-based URLs to access your API e.g. from your frontend app.
4. Set your deployment up for [zero downtime updates](/cloud/resources/slots-and-tags/#zero-downtime-updates). Use a tag-based URL and not slot-based URLs to access your API e.g. from your frontend app.
5. Make sure to use [secrets](/cloud/resources/env-variables/#secrets) for all sensitive data you might've used in your code. The most common type of such data is API keys and URLs containing them.
6. Follow the recommendations from the [Cloud logging page](/cloud/resources/logging).
2 changes: 1 addition & 1 deletion docs/cloud/resources/rpc-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Among other things, this enables a development process that uses the service for
This will add and populate the `RPC_ETH_HTTP` variable for Cloud deployments.


3. Configure the processor to use the URL from from `RPC_ETH_HTTP`:
3. Configure the processor to use the URL from `RPC_ETH_HTTP`:
```ts
import {EvmBatchProcessor} from '@subsquid/evm-processor'
import {assertNotNull} from '@subsquid/util-internal'
Expand Down