Configurable heartbeat values for workers #1897
Labels
feature request
stale
Issue had no activity. Might still be worth fixing, but dont expect someone else to fix it
Is your feature request related to a problem? Please describe.
Duplicating/Re-opening #1787
I keep running into heartbeat timeouts and there's only so much multi-threading and multi-processing I can do. It'd be extremely helpful to be able to configure this.
Describe the solution you'd like
IMO the option to set this from the command line isn't crucial. If we're worried about too many advanced settings being exposed, I think a good option (at least for now, until a real overhaul of the settings takes place) is to just have a setter for heartbeat liveness in the
MasterRunner
class and a setter for interval on theDistributedRunner
Describe alternatives you've considered
Manually overriding the constant works, but is certainly less than ideal
The text was updated successfully, but these errors were encountered: