Services/F1/Server/Architecture: Difference between revisions

Jump to navigation Jump to search
Line 65: Line 65:


* if a worker crashes while doing the job, M should decay after a TTL so another worker pick up the job
* if a worker crashes while doing the job, M should decay after a TTL so another worker pick up the job
* if a worker cannot reach the result DB, it retries a few times then just drop the result and remove the job from the queue.
* if a consumer cannot reach the result DB, the job stays in the queue and eventually goes away after a ttl.
* if a worker cannot reach the session DB, it retries a few times then just drop the result and remove the job from the queue.
* if a consumer cannot reach the session DB the job stays in the queue and eventually goes away after a ttl.
* if a consumer cannot reach the services status DB, nevermind.




Confirmed users
927

edits

Navigation menu