We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug After some time DB keeps complaining about duplicate key value violations in ScheduledCommand table.
2024-12-22 17:34:51.017 UTC [20373] ERROR: duplicate key value violates unique constraint "IX_ScheduledCommand_CommandName_Data" 2024-12-22 17:34:51.017 UTC [20373] DETAIL: Key ("CommandName", "Data")=(ProcessWorkflow, b0d7c172-faf6-4cce-894c-eec895c9859f) already exists. 2024-12-22 17:34:51.017 UTC [20373] STATEMENT: INSERT INTO wfc."ScheduledCommand" ("CommandName", "Data", "ExecuteTime")
To Reproduce Steps to reproduce the behavior:
Expected behavior No issues.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
After some time DB keeps complaining about duplicate key value violations in ScheduledCommand table.
2024-12-22 17:34:51.017 UTC [20373] ERROR: duplicate key value violates unique constraint "IX_ScheduledCommand_CommandName_Data"
2024-12-22 17:34:51.017 UTC [20373] DETAIL: Key ("CommandName", "Data")=(ProcessWorkflow, b0d7c172-faf6-4cce-894c-eec895c9859f) already exists.
2024-12-22 17:34:51.017 UTC [20373] STATEMENT: INSERT INTO wfc."ScheduledCommand" ("CommandName", "Data", "ExecuteTime")
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No issues.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: