You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just installed this plugin, I did some testing with the cron rake task and all seemed OK. Now 2 days later it seems to fail (could have been right away, not sure)
root@linux:/opt/bitnami/apps/redmine/htdocs# sudo rake redmine:check_periodictasks RAILS_ENV="production"
assigning test periodic task
rake aborted!
FloatDomainError: Infinity
/opt/bitnami/apps/redmine/htdocs/plugins/periodictask/lib/scheduled_tasks_checker.rb:33:in `ceil'
/opt/bitnami/apps/redmine/htdocs/plugins/periodictask/lib/scheduled_tasks_checker.rb:33:in `block in checktasks!'
/opt/bitnami/apps/redmine/htdocs/plugins/periodictask/lib/scheduled_tasks_checker.rb:3:in `checktasks!'
/opt/bitnami/apps/redmine/htdocs/plugins/periodictask/lib/tasks/periodictask.rake:11:in `block (2 levels) in <top (required)>'
Tasks: TOP => redmine:check_periodictasks
(See full trace by running task with --trace)
The text was updated successfully, but these errors were encountered:
I have just installed this plugin, I did some testing with the cron rake task and all seemed OK. Now 2 days later it seems to fail (could have been right away, not sure)
The text was updated successfully, but these errors were encountered: