elsa-workflows / elsa-workflows/elsa-core
Hangfire - Queued instance jobs are replicating on app startup
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
StartAt Activities (possibly other bookmarks) are re-queued on application startup, A workflow that has started and suspended for 30 days for example if the application restarts every day it will have 29~31 duplicated jobs in the queue.
Just hunting down why and whether it is a YesSQL part query problem
Here is one duplicated earlier, but does so on every app restart.


This is causing some unnecessary startup time adding to the queue as well as causing Hangfire to suffer a bit more in querying itself
Contributor guide
Assessment
This issue has not been assessed yet.