You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because workers share the Django db stack they are vulnerable to exceptions in jobs. Essentially the design would be better all round if django-pq used it's own connection handlers which aren't shared with jobs. This would also make it easier to receive notification of new jobs via the postgres connection.
The text was updated successfully, but these errors were encountered:
Because workers share the Django db stack they are vulnerable to exceptions in jobs. Essentially the design would be better all round if django-pq used it's own connection handlers which aren't shared with jobs. This would also make it easier to receive notification of new jobs via the postgres connection.
The text was updated successfully, but these errors were encountered: