Skip to content

Running WAHA on Google Cloud Run – Feasibility and Considerations #817

Answered by devlikepro
TheOneironaut asked this question in Q&A
Discussion options

You must be logged in to vote

does WAHA require continuous operation to process background tasks

It doesn't, but you can do that. It'll take some time to synchronize the old data/keys/etc tho

If you work with exactly one session - you can start it by defining

WHATSAPP_START_SESSION=name
WAHA_WORKER_RESTART_SESSIONS=False

or

WHATSAPP_RESTART_ALL_SESSIONS=True

so you'll have container per session
Or you can run the whole container, but it'll restart all sessions

You can find some env variables here https://waha.devlike.pro/docs/how-to/config/#sessions

so it depends on your setup, but GOWS starts few seconds, like 5-15, depends on history data it needs to sync (it's important to sync it, because of the "Double Ratche…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by TheOneironaut
Comment options

You must be logged in to vote
7 replies
@TheOneironaut
Comment options

@devlikepro
Comment options

@devlikepro
Comment options

@TheOneironaut
Comment options

@devlikepro
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants