Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi anyone👋
I’m exploring how to best run Stagehand in a production environment and I’m wondering what setup you recommend.
My goal is pretty simple:
I want to run a small Stagehand script
The script should execute automatically, e.g. once a week
I’m using Browserbase as the backend for Stagehand
Right now, I’m considering deploying the script via Google Cloud Run and triggering it with Cloud Scheduler, but I’m wondering if that’s overkill.
Is there an easier or more “official” approach you’d recommend for production? For example:
Using GitHub Actions with cron?
Deploying a lightweight serverless function (e.g. Vercel Cron Jobs)?
Or is Cloud Run the best way if I want something more robust?
I’d really appreciate your advice on the simplest and most reliable setup for this kind of job 🙏
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions