We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently Pgq:ConsumerGroup using pgq_ext.is_event_done() to check if event was completed before:
Pgq:ConsumerGroup
pgq_ext.is_event_done()
SELECT * FROM pgq.get_batch_events(3746016) WHERE pgq_ext.is_event_done('cdr_clickhouse', 3746016, ev_id) = false ORDER BY ev_id
This query should look like:
SELECT * FROM pgq.get_batch_events(3746016)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently
Pgq:ConsumerGroup
usingpgq_ext.is_event_done()
to check if event was completed before:This query should look like:
The text was updated successfully, but these errors were encountered: