Top Menu

Jump to content
Home
    • Projects
    • Activity
    • Work packages
    • 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
    • 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?
      Create a new account

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • Forums
  • Feature tour
    Feature tour
You are here:
  • Forums
  • General discussion

Content

emails are not sent for a subproject

Added by Qiong Wu almost 9 years ago

openproject sends emails out properly in general, but for a certain subproject I dont receive any notifications via email, even if I’m explicitly set as a watcher for this project. Is there any known issue regarding this?

Thanks & Best Regards
Qiong


Replies (6)

RE: emails are not sent for a subproject - Added by Robin Wagner almost 9 years ago

Hello Qiong,

thanks for your question.
I just tried creating and updating a work package in a subproject (with a separate watcher) and I received email notifications (using OpenProject 4.0).
Could you answer a couple of questions to better identify the error:
Does this error happen for all your subprojects?
Which version of OpenProject are you using?
Did you activate delayed job? (otherwise email updates are not sent)
Does the specific subproject where this error occurs have other settings then the other projects / subprojects?

Thanks,
Robin

RE: emails are not sent for a subproject - Added by Qiong Wu almost 9 years ago

Thanks for the reply!

The error doesnt happen for all my subprojects. Interestingly enough, email notifications for wiki updates are also working for this specific subproject, but not for work packages.
I’m using OpenProject 3.0.14 (PostgreSQL)
Where do I activate delayed job? I do assume that I activated it though, as email notifications are working for my other subprojects.
no other settings as far as I can see.

I’ll try upgrading to Openproject 4.0 and report back :)
EDIT: okay as far as I can see, there is no documented way to migrate to 4.0 yet

Cheers
Qiong

RE: emails are not sent for a subproject - Added by Robin Wagner almost 9 years ago

Hello Qiong,

the command to activate the delayed job (in production) is

RAILS_ENV=production bundle exec script/delayed_job start

To stop it:

RAILS_ENV=production bundle exec script/delayed_job stop

You’re right that this should not be project specific so the error may be caused by something else.
Let’s see if the error still occurs after the update to OpenProject 4.0.

Best,
Robin

RE: emails are not sent for a subproject - Added by Qiong Wu almost 9 years ago

Hi, just to check in. THe issue has been resolved by upgrading to OpenProject 4.0.1. Thanks!

RE: emails are not sent for a subproject - Added by Robin Wagner almost 9 years ago

Hi, thanks for the update.
Glad to hear it’s working now. :)

RE: RE: emails are not sent for a subproject - Added by Qiong Wu over 8 years ago

I just realized that the delayed task runner is not autostarted on server restart, when I restart the server I need to run the delayed task again.
Is this intended behavior`?

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