issues
search
PaulGilmartin
/
django-pgpubsub
A distributed task processing framework for Django built on top of the Postgres NOTIFY/LISTEN protocol.
Other
245
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Listen on multiple events for the same channel
#86
RaitoBezarius
opened
2 days ago
1
Can I use this without pgtrigger?
#85
spapas
closed
5 days ago
2
Strange behavior for recovery and multiple handlers
#84
spapas
opened
2 weeks ago
0
Is not possible to notify a channel from another?
#83
EduardoJM
opened
1 month ago
1
Fixes potential races during LISTEN initiation
#82
romank0
closed
5 days ago
0
Adds a workaround for the bug in psycopg2
#81
romank0
closed
2 days ago
2
Fixed listening with `--channels` argument
#80
valericus
closed
2 months ago
1
Fixed listening with `--channels` argument
#79
valericus
closed
2 months ago
0
Adds support for psycopg version 3
#78
romank0
closed
2 months ago
3
Fix help command
#77
p-fruck
closed
3 months ago
1
Store only notification id in the payload for lockable notifications
#76
romank0
opened
9 months ago
0
Test action
#75
PaulGilmartin
closed
9 months ago
0
Remove unused opus10 devops
#74
PaulGilmartin
closed
9 months ago
0
Allow to add context to payload
#73
romank0
closed
9 months ago
3
Adds dockerignore file
#72
romank0
closed
9 months ago
0
Docker dev
#71
PaulGilmartin
closed
9 months ago
2
Start worker processes using spawn method instead of fork
#70
romank0
closed
9 months ago
5
Adds options to configure logger in the listener command
#69
romank0
closed
9 months ago
0
Best way to easily install triggers when running pytest with --no-migrations?
#68
baldurh
closed
11 months ago
5
Do not send the complete payload for the TriggerChannel that stores notification in the DB
#67
romank0
opened
1 year ago
1
Stores non serialized json in the notification payload field with simple migration
#66
romank0
closed
9 months ago
4
Notification payload field stores serialized json string but should store json
#65
romank0
closed
9 months ago
1
Fix the configuration for the documentation in ReadTheDocs
#64
madtools
closed
1 year ago
1
Official docs broken?
#63
suspiciousRaccoon
closed
1 year ago
2
Decorating a single function with multiple listeners does not work
#62
aktarmiah
opened
1 year ago
2
Set default_auto_field on pgpubsub and pgpubsub.tests app config
#61
PaulGilmartin
closed
1 year ago
0
Add default ordering to the Notification model so that they come in c…
#60
PaulGilmartin
closed
1 year ago
0
Allow using the same channel on multiple listeners
#59
PaulGilmartin
closed
1 year ago
0
Trigger-based channels cannot deserialize models containing geometric fields
#58
a4f8b807445a4622
opened
1 year ago
1
Multiple usage of the same channel
#57
aktarmiah
closed
1 year ago
5
Psycopg3 support
#56
NathanSmeltzer
closed
2 months ago
6
Multiple databases usage
#55
gospodima
opened
1 year ago
5
Notification ordering
#54
p-baum
closed
1 year ago
2
Set default_auto_field and add migration
#53
knyghty
closed
1 year ago
4
Fixes DB columns to model fields translation in deserialization
#52
romank0
closed
1 year ago
2
Use logging instead of prints
#51
romank0
closed
1 year ago
1
Reduce memory usage during recovery
#50
romank0
closed
1 year ago
0
Fixes deserialization when PK name is not id
#49
romank0
closed
1 year ago
1
Store django migration version in the notification
#48
romank0
closed
1 year ago
2
Adds metrics export using opentelemetry API for notifications queue processing
#47
romank0
opened
1 year ago
0
Fixes calculation of before start time in test
#46
romank0
closed
1 year ago
0
Add requirements.txt to docs
#45
PaulGilmartin
closed
1 year ago
2
Created timestamp in Notification model
#44
romank0
closed
1 year ago
0
Use the latest entity version in deserialization for the outdated serialized form
#43
romank0
closed
1 year ago
0
Recovery should handle errors consistently with the usual listening p…
#42
PaulGilmartin
closed
1 year ago
0
Recovery fix
#41
PaulGilmartin
closed
1 year ago
0
Fixes decimal fields deserialization
#40
romank0
closed
1 year ago
0
Precision is lost for Decimal fields that are serialized in triggers
#39
romank0
closed
1 year ago
1
Ability to process notifications with backward incompatible changes in django models
#38
romank0
closed
1 year ago
0
Improve logging to improve observability
#37
romank0
closed
1 year ago
3
Next