ari / jobsworth

Project Management, Collaboration and Time Tracking.
GNU Affero General Public License v3.0
640 stars 197 forks source link

Update milestone status #649

Closed ari closed 7 years ago

ari commented 7 years ago

Milestones are not updating their status each night. They should progress from 'planning' to 'in progress' as the relevant dates are hit.

k41n commented 7 years ago

@ari I couldn't find any problems locally. Can we be sure that scheduler is enabled? Environment variable with name "JOBSWORTH_DISABLE_SCHEDULER" should not be defined.

ari commented 7 years ago

That's definitely not defined. Can we add some logging to the app when it runs the nightly schedule so we can see that it runs.

k41n commented 7 years ago

ok. I'll do that.

k41n commented 7 years ago

@ari I added logs with tag "SCHEDULER TEST". Now we should see how many milestones are waiting update, and how many milestones won't be updated by any reason.