{"id":37863882,"url":"https://github.com/pgq/pgq-ext","last_synced_at":"2026-01-18T02:26:51.198Z","repository":{"id":152562005,"uuid":"60961566","full_name":"pgq/pgq-ext","owner":"pgq","description":"Remote queue position tracking for PgQ consumers","archived":false,"fork":false,"pushed_at":"2024-04-26T19:57:42.000Z","size":38,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-17T03:38:47.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PLpgSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pgq.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-12T10:33:56.000Z","updated_at":"2024-04-07T12:51:03.000Z","dependencies_parsed_at":"2024-04-26T20:59:48.129Z","dependency_job_id":null,"html_url":"https://github.com/pgq/pgq-ext","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/pgq/pgq-ext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgq%2Fpgq-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgq%2Fpgq-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgq%2Fpgq-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgq%2Fpgq-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgq","download_url":"https://codeload.github.com/pgq/pgq-ext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgq%2Fpgq-ext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28526569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-16T16:35:06.896Z","updated_at":"2026-01-18T02:26:51.177Z","avatar_url":"https://github.com/pgq.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nTrack processed batches and events in target DB\n================================================\n\nBatch tracking is OK.\n\nEvent tracking is OK if consumer does not use retry queue.\n\nBatch tracking\n--------------\n\nis_batch_done(consumer, batch)\n\nreturns:\n\n  true - batch is done already\n  false - batch is not done yet\n\nset_batch_done(consumer, batch)\n\nreturns:\n\n  true - tagging successful, batch was not done yet\n  false - batch was done already\n\nEvent tracking\n--------------\n\nis_batch_done(consumer, batch, event)\n\nreturns:\n\n  true - event is done\n  false - event is not done yet\n\n\nset_batch_done(consumer, batch, event)\n\nreturns:\n\n  true - tagging was successful, event was not done\n  false - event is done already\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgq%2Fpgq-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgq%2Fpgq-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgq%2Fpgq-ext/lists"}