Skip to content

issues Search Results · repo:MagicStack/asyncpg language:Python

Filter by

807 results
 (81 ms)

807 results

inMagicStack/asyncpg (press backspace or delete to remove)

def _notification_callback(self, _, pid, channel, payload): LOG.info( _notification_callback invoked , channel=channel, pid=pid, payload_preview=str(payload)[:100]) print(f Notification ...
  • sdalmia11
  • Opened 
    12 hours ago
  • #1262

Wouldn t it be natural that executing a script with only comments is a no-op returning OK? Such that for example commenting out the contents of a migration script while developing runs the script as a ...
  • martinal
  • Opened 
    29 days ago
  • #1259

ajonaaa
  • ghost
  • Opened 
    on Apr 26
  • #1254

MagicStack is a company of software engineers specializing in modern reactive web technologies, based in Toronto. They focus on building applications and backends using cutting-edge technologies.
  • ghost
  • Opened 
    on Apr 26
  • #1252

In particular, Python 3.13 is not presently listed in the classifiers in pyproject.toml. Lack of documented support is preventing updates to Python 3.13 on projects for which asyncpg is a production (non-development) ...
  • skynavga
  • 2
  • Opened 
    on Apr 6
  • #1250

https://www.postgresql.org/docs/current/libpq-pgpass.html isn t fully explicit about how to handle backslash escapes in the .pgpass file, however it s reasonably clear from the phrasing that backslashes ...
  • jmehnle
  • Opened 
    on Apr 3
  • #1249

I am using sql alchemy with pg_trgm ( similarity function) extension. I have alredy installed the pg_trgm extension. Executing the query directly from SQL UI, like dbeaver, it works. But on production, ...
  • pedrorjbr
  • Opened 
    on Mar 19
  • #1248

I have the following piece of code where I initialize 100 workers and a connection pool of size 10. Each worker loops and trys to acquire a connection and hold it for 200ms. import asyncio import asyncpg ...
  • yizhepku
  • Opened 
    on Mar 18
  • #1247

asyncpg version: 0.30.0 PostgreSQL version: 16.6 Do you use a PostgreSQL SaaS? If so, which? AWS Postgres Aurora Can you reproduce: yes Python version: 3.11 Do you use pgbouncer?: yes Did you install ...
  • garima-trivedi
  • Opened 
    on Mar 10
  • #1242

I have a long-running script which initializes an asyncpg.Pool at the start of the script, then spawns a ton of tasks on an eventloop which occasionally acquire a connection, write something and put the ...
  • masonk
  • 3
  • Opened 
    on Mar 6
  • #1241
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub