Hi,
In the new scheduler feature having the rpcAddress setup to the correct endpoint is essential as otherwise schedule workflow fails to run the scheduled jobs as it uses this info to connect to a Frontend. Changing this value post server build is a pain hence it would be better if one is set correctly from the start.
Currently the rpcAddress is set to the Cadence default port where it should be set similar to the way public client is setup in order for the scheduler to connect to the same endpoint with the system worker.
|
rpcAddress: "127.0.0.1:7933" |
Thanks,
A