-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schedule task is being repeated if locked #176
Comments
Got the same issue |
same story |
I've done a quick fix by setting |
It seems that the entityManager gets confused and tries to INSERT a new row instead of UPDATE'ing the correct one. It seems to work if we retrieve the scheduledCommand instance from the database just before unlocking it:
|
Thanks, I've made a pull request for it #181. Your solution is of course better. |
This started happening in my case after I added |
After a recent migration to the last version, if one task is locked, this is being inserted again in the task list (screenshot attached)
Any possible workaround to found this bug/issue?
The text was updated successfully, but these errors were encountered: