I currently have main projects/tier projects 107/348, and I use scheduler for posting 30 projects/30 minutes. It turn out there always some projects did not get equal opportunity to take turn, and result less posting quality.
Any advise would appreciate
Comments
It works like this:
Before you start the scheduler, all projects are taken into a list. This list is randomized and at the end of the set time, the next project in the list is started.
What you see here that projects are not handled equaliy is just a subjective feeling. From the code point of view it is not the case.