Fetch tasks with realistic deadline #6937
Unanswered
ishanmehta
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Deadlines are set by the project. If your PC is allowed to run BOINC only within a very short period of time (and it takes more that 24 hours to run the Einstein@home tasks), I doubt you will find a lot of projects that have so short tasks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I normally work on my personal computer at home for 1 or 2 hours in the morning, and while doing this, BOINC processes the project tasks.
As of now, I have selected Eienstein@Home.
When new tasks are fetched it fetches those that would take more than 24 hours (i.e. more than 12 to 24 days for me), but the deadline is just 4-5 days later.
You already have the completed tasks data, and also the average hours per day my computer processes the data - just consider last 15 days to get this average - and then only transfer tasks that are having deadline at least 1.5 times days away from today based on the normal processing hours per day.
E.g. if in last 15 days, my host has worked 1 hour per day on an average.
And if a task is expected to take 10 hours - then the deadline of that task has to be 15 days away from the download date.
This would result in a lot of efficiency improvement.
I have to keep on checking the list of tasks and abort a lot of tasks that are definitely not going to be completed before their deadline based on the number of hours required to process.
Beta Was this translation helpful? Give feedback.
All reactions