Skip to content

Commit

Permalink
docs: update troubleshooting.md (#13310)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyotpatel-imnu authored Nov 19, 2024
1 parent df2e90b commit e5be9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ app.post('/test-puppeteer', (req, res) => {
});
```

If you want to run the stuff in the background, you need to "enable CPU always" even after responses are sent. That should fix it.
If you want to run the stuff in the background, you need to "**enable CPU always**" (Go to Google Cloud Run Service > Edit & Deploy Revision > CPU allocation and pricing) even after responses are sent. That should fix it.

#### Tips

Expand Down

0 comments on commit e5be9de

Please sign in to comment.