Content
View differences
Updated by Karsten Gallinowski almost 11 years ago
**Preconditions**
- Delayed job activated.
- Work package module activated.
- Work package exists.
- MySQL is used as database (due to the fact that MySQL does not care about truncation of values during the save process)
**Steps to reproduce**
1. Update work package and add very long comment / description.
**Actual behavior**
- Delayed job crashes / emails are not sent out.
- On restart, the delayed job picks up where it left off and crashes again.
**Expected behavior**
- Delayed job does not crash.
- E.g.: Changes on delayed job / limited number of characters in comments / description.
**QA system**
- ticket.wdr.de
- OpenProject 4.0.10
- Delayed job activated.
- Work package module activated.
- Work package exists.
- MySQL is used as database (due to the fact that MySQL does not care about truncation of values during the save process)
**Steps to reproduce**
1. Update work package and add very long comment / description.
**Actual behavior**
- Delayed job crashes / emails are not sent out.
- On restart, the delayed job picks up where it left off and crashes again.
**Expected behavior**
- Delayed job does not crash.
- E.g.: Changes on delayed job / limited number of characters in comments / description.
**QA system**
- ticket.wdr.de
- OpenProject 4.0.10