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
On a server we have two instances of map rendering services. One pre-renders in the background and other on HTTP request. We already run background service with lower system priority and we want to do the same for its postgres connection by executing SELECT set_backend_priority(pg_backend_pid(), 10); on DB connection.
I found no parameter in PostGIS for this. Is something like this actually possible?
Thanks.
The text was updated successfully, but these errors were encountered:
On a server we have two instances of map rendering services. One pre-renders in the background and other on HTTP request. We already run background service with lower system priority and we want to do the same for its postgres connection by executing
SELECT set_backend_priority(pg_backend_pid(), 10);
on DB connection.I found no parameter in PostGIS for this. Is something like this actually possible?
Thanks.
The text was updated successfully, but these errors were encountered: