You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ruslan Mullakhmetov ed264f08bb
feat: added job heartbeat to track whether job is actually executing (#1349)
* feat: added job heartbeat to track whether job is actually executing

heartbeat might be needed in cases when worker was hardkilled or the whole VM/docker was forcibly rebooted.

* fixed tests

* fixed test coverage issue

* chore: renamed job.heartbeat stuff according to review feedback

* chore: pipelined worker heartbeat and job heartbeat

* docs: documented job.heartbeat property

* fixes after review

* docs: updated last_heartbeat description

* chore: review

Co-authored-by: Ruslan Mullakhmetov <ruslan@twentythree.net>
4 years ago
..
connections.md fix code tag in connections.md (#1189) 5 years ago
exceptions.md Job retry feature. Docs WIP (#1299) 4 years ago
index.md Update index.md (#1306) 4 years ago
job_registries.md Fix typos in job_registries.md (#1185) 5 years ago
jobs.md feat: added job heartbeat to track whether job is actually executing (#1349) 4 years ago
monitoring.md Minor doc fix 4 years ago
results.md Updated leftover references to FailedQueue 6 years ago
scheduling.md Remove alpha warning from scheduler docs 4 years ago
testing.md fix code tag in connections.md (#1189) 5 years ago
workers.md Workers can listen to external commands via pubsub (#1363) 4 years ago