chore(nats): Add common publish options, add additional retries
Related https://gitlab.com/gitlab-org/analytics-section/platform-insights/core/-/issues/111
This MR adds a couple of publish options to each of our NATS publish message sites (outside of tests), as a follow-up to our discovery in https://gitlab.com/gitlab-org/analytics-section/platform-insights/core/-/issues/111. Notably:
- Increase the number of retries to 3 covering a period of 750ms which should be ample turnaround for usual cluster/leader failovers.
Edited by Ankit Bhatnagar