code SQL0015 · recovery permanent — an unchanged retry cannot succeed; retry machinery stops immediately
the log line · Report this thread
As it arrives in your log or error chain — example values stand where yours will:
consumer group still has a live consumer: schema "sqlstreams", group_id 7 -- stop the group's consumers, or pass DestroyOptions.Force [SQL0015]
ACCEPTED ANSWER Posted: 2026-09-09
stop the group's consumers, or pass DestroyOptions.Force
Helpful info.
the instances still heartbeating on this group
SELECT worker_config.name AS worker, worker_instance.id, worker_instance.expires_at, worker_instance.attempts FROM {schema}.worker_instance JOIN {schema}.worker_config ON worker_config.id = worker_instance.worker_id WHERE worker_config.consumer_group_id = {group_id} AND worker_instance.expires_at > now() ORDER BY worker_instance.expires_at;
Nothing pasted yet — the queries above show their blanks.
Looking for a different code? Search every thread.