Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Cronjob not running

Cronjob not running

Added by Ricardo Vigatti almost 8 years ago

Can someone give me a hint why my cron job aren’t running?

I’m with Ubuntu 16 and that’s the content of my crontab file:

*/1 * * * * cd /home/openproject/openproject-ce; RAILS_ENV="production" ./bin/rake jobs:workoff

This command works when running manually and a simple log command worked too.

I already tried all the variations suggested here: https://askubuntu.com/questions/23009/why-crontab-scripts-are-not-working


Replies (1)

RE: Cronjob not running - Added by Ricardo Vigatti almost 8 years ago

I solved the issue after reading this:
https://stackoverflow.com/questions/31482131/only-with-cron-usr-bin-env-ruby-executable-hooks-no-such-file-or-directory

  • (1 - 1/1)
Loading...