Alexander Abramov
Alexander Abramov
I can't confirm this behavior on a fresh `Redmine 4.0.4` and `periodictask 4.1` Please ensure that plugin source is on `#{REDMINE_ROOT}/plugins/periodictask`
Just use `git clone` as described in `README`
@njdattler Seems like plugins incompatibility Maybe there was some more error lines when running rake task manually?
@jperelli @njdattler already tells which plugins he had. I think `redmine_agile` causes this, but can't check right now
@Benoit-KARCI Sorry can't confirm on a fresh Redmine install with only `periodictask` and `redmine_checklists` plugins. Was the next run date changed after running `rake` task? Do you have some custom...
Can you replace `REDMINE_ROOT/plugins/periodictask/lib/scheduled_tasks_checker.rb` with this one (you need to change file extension to .rb) [scheduled_tasks_checker.txt](https://github.com/jperelli/Redmine-Periodic-Task/files/5924741/scheduled_tasks_checker.txt) Then restart your `Redmine`, run `rake` task and look the `production.log` for a line...
@pielat do you set correct (GMT+1) timezone in Redmine's `config/application.rb`? I don't see any shifting (except for cron delay) with my configured timezone. BTW list of timezones can be obtained...
> I had the same issue, but found it had to do with the user configuration, not the plugin... @cafciel thank you for this clarification. You're right, if you set...
Is there something related in _production.log_? Maybe you can paste here log fragment when cron task is running.
Are you familiar with Ruby and Rails? Then you should add some diagnostics _Rails.logger_ calls into `${REDMINE_ROOT}/plugins/periodictask/lib/scheduled_tasks_checker.rb`, restart Redmine and analyze what's going on. This file has examples of such...