lukas-becker0
lukas-becker0
According to the documentation the shard_ids are calculated like this: `shard_id = hash(recipient-id) % shard-number` We can findout which shard_id has been assigned to which phone number by checking the...
According to the [documentation](https://developers.facebook.com/docs/whatsapp/guides/data-management) this env variable is only supported when using MySQL. > WA_DB_CONNECTION_IDLE_TIMEOUT **(only supported by MySQL)** — By setting this environment variable (in milliseconds) while starting the...
I noticed that the `defaultJobOptions` are added to each job in redis, I thought they would be stored independently from the jobs. I think it would be nice to store...