You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to find out what happened on #165, I noticed that the postgres container logs a log of these messages:
2021-08-21 01:07:21.819 UTC [14052] ERROR: canceling statement due to user request
2021-08-21 01:07:21.819 UTC [14052] STATEMENT: SELECT package_id FROM pending_packages_daily_downloads
Also we get exceptions like these on Sentry:
Npgsql.NpgsqlException: Exception while reading from stream
?, in async ValueTask<IBackendMessage> NpgsqlConnector.ReadMessage(bool async, DataRowLoadingMode dataRowLoadingMode, bool readingNotifications)+ReadMessageLong(?)
?, in async Task<bool> NpgsqlDataReader.NextResult(bool async, bool isConsuming, CancellationToken cancellationToken)
?, in async ValueTask<NpgsqlDataReader> NpgsqlCommand.ExecuteReader(CommandBehavior behavior, bool async, CancellationToken cancellationToken) x 2
File "/home/runner/work/nuget-trends/nuget-trends/src/NuGetTrends.Scheduler/DailyDownloadPackageIdPublisher.cs", line 74, col 21, in async Task DailyDownloadPackageIdPublisher.Import(IJobCancellationToken token)
File "/home/runner/work/nuget-trends/nuget-trends/src/NuGetTrends.Scheduler/DailyDownloadPackageIdPublisher.cs", line 105, col 21, in async Task DailyDownloadPackageIdPublisher.Import(IJobCancellationToken token) x 2
?, in void TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
A brief read indicates that it might be related to connection polling, or maybe some cancellation being triggered by something. npgsql/npgsql#2711 npgsql/npgsql#3052
The text was updated successfully, but these errors were encountered:
While trying to find out what happened on #165, I noticed that the postgres container logs a log of these messages:
Also we get exceptions like these on Sentry:
A brief read indicates that it might be related to connection polling, or maybe some cancellation being triggered by something.
npgsql/npgsql#2711
npgsql/npgsql#3052
The text was updated successfully, but these errors were encountered: