postgres: improve precision of job readiness #37

Closed
opened 2023-09-04 03:17:39 +00:00 by asonix · 1 comment
Owner

It might be better to use .notify_one rather than notify_waiters, however, a bunch of calls to notify_one might stack permits, and I don't know whether i'd be notifying duplicates or not (probably yes, since i'm LISTENing from many connections)

It might be better to use `.notify_one` rather than `notify_waiters`, however, a bunch of calls to `notify_one` might stack permits, and I don't know whether i'd be notifying duplicates or not (probably yes, since i'm LISTENing from many connections)
asonix added this to the 0.5.0 milestone 2023-09-04 03:17:48 +00:00
asonix changed title from postgres: inmprove precision of job readiness to postgres: improve precision of job readiness 2023-09-04 03:18:02 +00:00
Author
Owner

implemented in postgres branch

implemented in postgres branch
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: asonix/pict-rs#37
No description provided.