davidahouse / stampede-server

A node.js based workflow server
https://www.stampedeci.com
MIT License
4 stars 1 forks source link

♻️ Adjusted worker timeout mechanism to remember recent workers #662

Closed davidahouse closed 3 years ago

davidahouse commented 3 years ago

This PR changes the worker heartbeat storage to allow for extending the time the worker heartbeat is kept in memory. This allows the worker status screen to display a status if the worker hasn't reported in 30 seconds. By default the missing worker will show in the portal for an hour, but then will drop off the list.

closes #621

ghost commented 3 years ago

:racehorse: Sweet! All your stampede tasks have passed...

Pull request standards:

Checking PR description

:white_check_mark: PR contains a valid description!

Checking milestone

:white_check_mark: PR contains a milestone!

Lint (Node.js): Task was successful

Unit Tests (Node.js): Task was successful

Lines of Code: Task was successful

Artifacts:

More Info...