docker icon indicating copy to clipboard operation
docker copied to clipboard

Allow passing extra arguments to wait-for-manager

Open dmivankov opened this issue 2 years ago • 0 comments

Allows to use

worker:
  command: ["/wait-for-manager.sh", "-c", "wal_level=logical"]

to allow shard movements like

select citus_move_shard_placement(102024, 'citus-worker-2', 5432, 'citus-worker-1', 5432);

dmivankov avatar May 03 '23 09:05 dmivankov