hangfire queue
#429
Replies: 1 comment
-
|
This package is storage provider. It does not produce or consume any of the jobs by itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When starting a service, there is a queue that gets created,
hangfire(and its accompanyinghangfire_errorerror queue). This queue,hangfire, accumulates messages ofurn:message:MassTransit.Scheduling:ScheduleRecurringMessagetype, but those are never consumed. Everything works right, but I'm trying to understand what that queue is for. Is that queue created by this package and who's the supposed consumer of those messages?Beta Was this translation helpful? Give feedback.
All reactions