We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145d1dc commit 548a371Copy full SHA for 548a371
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