You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we limit hearbeat extensions up to 1hr.
In some use-cases it might need to be configurable.
We should introduce a new flag --processing-timeout-seconds to take in max number of seconds for processing an event and simply change sendHeartbeat to use that value instead of hardcoded 1hr.
The text was updated successfully, but these errors were encountered:
Related #35
Currently we limit hearbeat extensions up to 1hr.
In some use-cases it might need to be configurable.
We should introduce a new flag
--processing-timeout-seconds
to take in max number of seconds for processing an event and simply changesendHeartbeat
to use that value instead of hardcoded 1hr.The text was updated successfully, but these errors were encountered: