Muhammad Ubaid Raza

Results 53 comments of Muhammad Ubaid Raza

This happened to me; `master` service was taking time to startup and `manager` service would fail to connect (from docker-compose logs, master server restarts multiple times due to configuration changes)....

I am currently using similar method to wait for db. i.e. using `pg_healthcheck`. In addition to that I was also waiting for the worker node to be added to `manager`...

^ got the answer. Need to wait for worker nodes to run `reference` or `distributed` table definitions. This means it would be a better idea to wait for at-least one...

Ok Cool. Thanks Any future nodes will be added by `membership-manager` but we need to run following command to redistribute data for optimal performance. ```sql SELECT rebalance_table_shards(); ```

Well, surprised, did not know that.

```bash Expected: "3107cde3-d1ff-0f93-a215-4109753c0c9e" Received: "3107cde3-d1ff-0f93-a215-?09753c0c9e" ```

One of the bars in the image has different size than the expected one which causes bar-code reader to fail. 🤦‍♂ Looks like I have to find another way or...

Yes, please read: https://github.com/mubaidr/Javascript-Barcode-Reader/blob/master/README.md#known-issues

I will add this feature to locate bar-code in the image.

Looking forward for the same. Any option/guide how to integrate/extend nest/graphql with postgraphile?