-
Notifications
You must be signed in to change notification settings - Fork 107
TaskArchiver
ticoann edited this page May 4, 2018
·
3 revisions
TaskArchiver has two threads which handles below tasks.
- Track the request finished status as a whole by given individual status.
- Report the request completed status to Global WorkQueue. Then Request manage is responsible to update the collective workqueue element status to request status.
- Archive request summary to workload summary database.
- Publish (only) ReReco, PromptReco performance report to dashboard
- Clean up database (wmbs, local couchdb) for already archived requests
- Clean up disk space for already archived requests
There are two threads handling above tasks.
- TaskArchiverPoller #1, #2, #3
- CleanCouchPoller #4, #5, #6