EmerisHQ / demeris-backend

Monorepo containing all the Demeris backend code and infrastructure definitions.
GNU Affero General Public License v3.0
8 stars 1 forks source link

Reminder: Update Relayer Config Before launch #57

Closed gamarin2 closed 3 years ago

gamarin2 commented 3 years ago

We need to update config of relayer with new values before mainnets. Example of params:

max_msg_num from 30 to 12 clock_drift from 5s to ? (7200s used by Osmosis)

gamarin2 commented 3 years ago

Just had a conversation with the Cephalopod team, who's currently running relayers for Osmosis. Notes can be found here https://hackmd.io/8W0tTnqITqe57RgPz7Bnjw

Based on the conversation, here are the important parameters where we need to use something other than default value:

Cephalopod insisted on the fact that early on we'll need to monitor logs to adjust params per network (params need to be fine-tuned per network). Also why they recommend running log in "debug" mode.

cc @gsora @helder-moreira

gsora commented 3 years ago

Will work on this today.