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
{{ message }}
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
I'm seeing some problems in my tests that go away if I disable my app's queues, and they're all related to the Queues package trying to access PostgreSQL after they are supposed to (during/after application shutdown).
Should the driver be shutting down the event loop group that it owns during the lifecycle method here?
vapor-queues-fluent-driver/Sources/QueuesFluentDriver/FluentQueuesDriver.swift
Lines 51 to 52 in 882718f
I'm seeing some problems in my tests that go away if I disable my app's queues, and they're all related to the Queues package trying to access PostgreSQL after they are supposed to (during/after application shutdown).
Should the driver be shutting down the event loop group that it owns during the lifecycle method here?