We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 145d1dc + 548a371 commit 76f44c3Copy full SHA for 76f44c3
src/Hangfire.PostgreSql/PostgreSqlJobQueueMonitoringApi.cs
@@ -56,7 +56,7 @@ public EnqueuedAndFetchedCountDto GetEnqueuedAndFetchedCount(string queue)
56
string sqlQuery = $@"
57
SELECT (
58
SELECT COUNT(*)
59
- FROM ""{_storage.Options.SchemaName} "".""jobqueue""
+ FROM ""{_storage.Options.SchemaName}"".""jobqueue""
60
WHERE ""fetchedat"" IS NULL
61
AND ""queue"" = @Queue
62
) ""EnqueuedCount"",
0 commit comments